Uses of Class
io.gs2.inventory.model.ItemModelMaster
Packages that use ItemModelMaster
-
Uses of ItemModelMaster in io.gs2.inventory.model
Methods in io.gs2.inventory.model that return ItemModelMasterModifier and TypeMethodDescriptionstatic ItemModelMasterItemModelMaster.fromJson(com.fasterxml.jackson.databind.JsonNode data) ItemModelMaster.withAllowMultipleStacks(Boolean allowMultipleStacks) ItemModelMaster.withCreatedAt(Long createdAt) ItemModelMaster.withDescription(String description) ItemModelMaster.withInventoryName(String inventoryName) ItemModelMaster.withItemModelId(String itemModelId) ItemModelMaster.withMetadata(String metadata) ItemModelMaster.withRevision(Long revision) ItemModelMaster.withSortValue(Integer sortValue) ItemModelMaster.withStackingLimit(Long stackingLimit) ItemModelMaster.withUpdatedAt(Long updatedAt) Methods in io.gs2.inventory.model with parameters of type ItemModelMaster -
Uses of ItemModelMaster in io.gs2.inventory.result
Methods in io.gs2.inventory.result that return ItemModelMasterModifier and TypeMethodDescriptionCreateItemModelMasterResult.getItem()DeleteItemModelMasterResult.getItem()GetItemModelMasterResult.getItem()UpdateItemModelMasterResult.getItem()Methods in io.gs2.inventory.result that return types with arguments of type ItemModelMasterMethods in io.gs2.inventory.result with parameters of type ItemModelMasterModifier and TypeMethodDescriptionvoidCreateItemModelMasterResult.setItem(ItemModelMaster item) voidDeleteItemModelMasterResult.setItem(ItemModelMaster item) voidGetItemModelMasterResult.setItem(ItemModelMaster item) voidUpdateItemModelMasterResult.setItem(ItemModelMaster item) CreateItemModelMasterResult.withItem(ItemModelMaster item) DeleteItemModelMasterResult.withItem(ItemModelMaster item) GetItemModelMasterResult.withItem(ItemModelMaster item) UpdateItemModelMasterResult.withItem(ItemModelMaster item) Method parameters in io.gs2.inventory.result with type arguments of type ItemModelMasterModifier and TypeMethodDescriptionvoidDescribeItemModelMastersResult.setItems(List<ItemModelMaster> items) DescribeItemModelMastersResult.withItems(List<ItemModelMaster> items)