Uses of Class
io.gs2.inventory.request.CreateInventoryModelMasterRequest
Packages that use CreateInventoryModelMasterRequest
-
Uses of CreateInventoryModelMasterRequest in io.gs2.inventory
Methods in io.gs2.inventory with parameters of type CreateInventoryModelMasterRequestModifier and TypeMethodDescriptionGs2InventoryRestClient.createInventoryModelMaster(CreateInventoryModelMasterRequest request) voidGs2InventoryRestClient.createInventoryModelMasterAsync(CreateInventoryModelMasterRequest request, AsyncAction<AsyncResult<CreateInventoryModelMasterResult>> callback) -
Uses of CreateInventoryModelMasterRequest in io.gs2.inventory.request
Methods in io.gs2.inventory.request that return CreateInventoryModelMasterRequestModifier and TypeMethodDescriptionCreateInventoryModelMasterRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateInventoryModelMasterRequest.withDescription(String description) CreateInventoryModelMasterRequest.withInitialCapacity(Integer initialCapacity) CreateInventoryModelMasterRequest.withMaxCapacity(Integer maxCapacity) CreateInventoryModelMasterRequest.withMetadata(String metadata) CreateInventoryModelMasterRequest.withNamespaceName(String namespaceName) CreateInventoryModelMasterRequest.withProtectReferencedItem(Boolean protectReferencedItem)