Uses of Class
io.gs2.inventory.model.SimpleInventory
Packages that use SimpleInventory
-
Uses of SimpleInventory in io.gs2.inventory.model
Methods in io.gs2.inventory.model that return SimpleInventoryModifier and TypeMethodDescriptionstatic SimpleInventorySimpleInventory.fromJson(com.fasterxml.jackson.databind.JsonNode data) SimpleInventory.withCreatedAt(Long createdAt) SimpleInventory.withInventoryId(String inventoryId) SimpleInventory.withInventoryName(String inventoryName) SimpleInventory.withRevision(Long revision) SimpleInventory.withSimpleItems(List<SimpleItem> simpleItems) SimpleInventory.withUpdatedAt(Long updatedAt) SimpleInventory.withUserId(String userId) Methods in io.gs2.inventory.model with parameters of type SimpleInventory