Uses of Class
io.gs2.inventory.request.UpdateInventoryModelMasterRequest
Packages that use UpdateInventoryModelMasterRequest
-
Uses of UpdateInventoryModelMasterRequest in io.gs2.inventory
Methods in io.gs2.inventory with parameters of type UpdateInventoryModelMasterRequestModifier and TypeMethodDescriptionGs2InventoryRestClient.updateInventoryModelMaster(UpdateInventoryModelMasterRequest request) voidGs2InventoryRestClient.updateInventoryModelMasterAsync(UpdateInventoryModelMasterRequest request, AsyncAction<AsyncResult<UpdateInventoryModelMasterResult>> callback) -
Uses of UpdateInventoryModelMasterRequest in io.gs2.inventory.request
Methods in io.gs2.inventory.request that return UpdateInventoryModelMasterRequestModifier and TypeMethodDescriptionUpdateInventoryModelMasterRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) UpdateInventoryModelMasterRequest.withDescription(String description) UpdateInventoryModelMasterRequest.withInitialCapacity(Integer initialCapacity) UpdateInventoryModelMasterRequest.withInventoryName(String inventoryName) UpdateInventoryModelMasterRequest.withMaxCapacity(Integer maxCapacity) UpdateInventoryModelMasterRequest.withMetadata(String metadata) UpdateInventoryModelMasterRequest.withNamespaceName(String namespaceName) UpdateInventoryModelMasterRequest.withProtectReferencedItem(Boolean protectReferencedItem)