Uses of Class
io.gs2.inventory.model.BigInventoryModel
Packages that use BigInventoryModel
-
Uses of BigInventoryModel in io.gs2.inventory.model
Methods in io.gs2.inventory.model that return BigInventoryModelModifier and TypeMethodDescriptionstatic BigInventoryModelBigInventoryModel.fromJson(com.fasterxml.jackson.databind.JsonNode data) BigInventoryModel.withBigItemModels(List<BigItemModel> bigItemModels) BigInventoryModel.withInventoryModelId(String inventoryModelId) BigInventoryModel.withMetadata(String metadata) Methods in io.gs2.inventory.model with parameters of type BigInventoryModel -
Uses of BigInventoryModel in io.gs2.inventory.result
Methods in io.gs2.inventory.result that return BigInventoryModelMethods in io.gs2.inventory.result that return types with arguments of type BigInventoryModelMethods in io.gs2.inventory.result with parameters of type BigInventoryModelModifier and TypeMethodDescriptionvoidGetBigInventoryModelResult.setItem(BigInventoryModel item) GetBigInventoryModelResult.withItem(BigInventoryModel item) Method parameters in io.gs2.inventory.result with type arguments of type BigInventoryModelModifier and TypeMethodDescriptionvoidDescribeBigInventoryModelsResult.setItems(List<BigInventoryModel> items) DescribeBigInventoryModelsResult.withItems(List<BigInventoryModel> items)