Uses of Class
io.gs2.inventory.request.GetInventoryRequest
Packages that use GetInventoryRequest
-
Uses of GetInventoryRequest in io.gs2.inventory
Methods in io.gs2.inventory with parameters of type GetInventoryRequestModifier and TypeMethodDescriptionGs2InventoryRestClient.getInventory(GetInventoryRequest request) voidGs2InventoryRestClient.getInventoryAsync(GetInventoryRequest request, AsyncAction<AsyncResult<GetInventoryResult>> callback) -
Uses of GetInventoryRequest in io.gs2.inventory.request
Methods in io.gs2.inventory.request that return GetInventoryRequestModifier and TypeMethodDescriptionstatic GetInventoryRequestGetInventoryRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) GetInventoryRequest.withAccessToken(String accessToken) GetInventoryRequest.withInventoryName(String inventoryName) GetInventoryRequest.withNamespaceName(String namespaceName)