Uses of Class
io.gs2.inventory.request.DeleteItemModelMasterRequest
Packages that use DeleteItemModelMasterRequest
-
Uses of DeleteItemModelMasterRequest in io.gs2.inventory
Methods in io.gs2.inventory with parameters of type DeleteItemModelMasterRequestModifier and TypeMethodDescriptionGs2InventoryRestClient.deleteItemModelMaster(DeleteItemModelMasterRequest request) voidGs2InventoryRestClient.deleteItemModelMasterAsync(DeleteItemModelMasterRequest request, AsyncAction<AsyncResult<DeleteItemModelMasterResult>> callback) -
Uses of DeleteItemModelMasterRequest in io.gs2.inventory.request
Methods in io.gs2.inventory.request that return DeleteItemModelMasterRequestModifier and TypeMethodDescriptionstatic DeleteItemModelMasterRequestDeleteItemModelMasterRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) DeleteItemModelMasterRequest.withInventoryName(String inventoryName) DeleteItemModelMasterRequest.withItemName(String itemName) DeleteItemModelMasterRequest.withNamespaceName(String namespaceName)