Uses of Enum Class
dev.getelements.elements.sdk.model.goods.ItemCategory
Packages that use ItemCategory
Package
Description
-
Uses of ItemCategory in dev.getelements.elements.dao.mongo.model.goods
Methods in dev.getelements.elements.dao.mongo.model.goods that return ItemCategoryMethods in dev.getelements.elements.dao.mongo.model.goods with parameters of type ItemCategory -
Uses of ItemCategory in dev.getelements.elements.dao.mongo.test
Methods in dev.getelements.elements.dao.mongo.test with parameters of type ItemCategoryModifier and TypeMethodDescriptionItemTestFactory.createTestItem
(ItemCategory category, boolean isPublic) ItemTestFactory.createTestItem
(ItemCategory category, String name, boolean isPublic) ItemTestFactory.createTestItem
(ItemCategory category, String name, String description, boolean isPublic) ItemTestFactory.createTestItem
(ItemCategory category, String name, String description, List<String> tags, boolean isPublic) -
Uses of ItemCategory in dev.getelements.elements.sdk.model.goods
Methods in dev.getelements.elements.sdk.model.goods that return ItemCategoryModifier and TypeMethodDescriptionCreateItemRequest.getCategory()
Gets the item category.Item.getCategory()
Gets theItemCategory
of this item.static ItemCategory
ItemCategory.getDefault()
Gets the default item category.static ItemCategory
ItemCategory.getOrDefault
(ItemCategory category) static ItemCategory
Returns the enum constant of this class with the specified name.static ItemCategory[]
ItemCategory.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.getelements.elements.sdk.model.goods with parameters of type ItemCategoryModifier and TypeMethodDescriptionstatic ItemCategory
ItemCategory.getOrDefault
(ItemCategory category) void
CreateItemRequest.setCategory
(ItemCategory category) Sets the item category.void
Item.setCategory
(ItemCategory category) Sets theItemCategory
of this item.