Uses of Class
io.gs2.inventory.request.UpdateItemModelMasterRequest
Packages that use UpdateItemModelMasterRequest
-
Uses of UpdateItemModelMasterRequest in io.gs2.inventory
Methods in io.gs2.inventory with parameters of type UpdateItemModelMasterRequestModifier and TypeMethodDescriptionGs2InventoryRestClient.updateItemModelMaster(UpdateItemModelMasterRequest request) voidGs2InventoryRestClient.updateItemModelMasterAsync(UpdateItemModelMasterRequest request, AsyncAction<AsyncResult<UpdateItemModelMasterResult>> callback) -
Uses of UpdateItemModelMasterRequest in io.gs2.inventory.request
Methods in io.gs2.inventory.request that return UpdateItemModelMasterRequestModifier and TypeMethodDescriptionstatic UpdateItemModelMasterRequestUpdateItemModelMasterRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) UpdateItemModelMasterRequest.withAllowMultipleStacks(Boolean allowMultipleStacks) UpdateItemModelMasterRequest.withDescription(String description) UpdateItemModelMasterRequest.withInventoryName(String inventoryName) UpdateItemModelMasterRequest.withItemName(String itemName) UpdateItemModelMasterRequest.withMetadata(String metadata) UpdateItemModelMasterRequest.withNamespaceName(String namespaceName) UpdateItemModelMasterRequest.withSortValue(Integer sortValue) UpdateItemModelMasterRequest.withStackingLimit(Long stackingLimit)