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 theItemCategoryof this item.static ItemCategoryItemCategory.getDefault()Gets the default item category.static ItemCategoryItemCategory.getOrDefault(ItemCategory category) static ItemCategoryReturns 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 ItemCategoryItemCategory.getOrDefault(ItemCategory category) voidCreateItemRequest.setCategory(ItemCategory category) Sets the item category.voidItem.setCategory(ItemCategory category) Sets theItemCategoryof this item.