Uses of Class
com.gentics.contentnode.rest.model.ConstructCategory
Packages that use ConstructCategory
Package
Description
-
Uses of ConstructCategory in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return ConstructCategoryModifier and TypeMethodDescriptionConstruct.getCategory()
Category of the constructConstructCategory.setGlobalId
(String globalId) Set the global IDSet the IDConstructCategory.setNameI18n
(Map<String, String> i18nName) ConstructCategory.setSortOrder
(Integer sortOrder) Methods in com.gentics.contentnode.rest.model with parameters of type ConstructCategoryModifier and TypeMethodDescriptionConstruct.setCategory
(ConstructCategory category) Set the category -
Uses of ConstructCategory in com.gentics.contentnode.rest.model.response
Methods in com.gentics.contentnode.rest.model.response that return ConstructCategoryModifier and TypeMethodDescriptionConstructCategoryLoadResponse.getConstructCategory()
Returns the loaded construct categoryMethods in com.gentics.contentnode.rest.model.response with parameters of type ConstructCategoryModifier and TypeMethodDescriptionvoid
ConstructCategoryLoadResponse.setConstruct
(ConstructCategory category) Sets the construct category for this response -
Uses of ConstructCategory in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource with parameters of type ConstructCategoryModifier and TypeMethodDescriptionConstructResource.createCategory
(ConstructCategory category) Create a new construct categoryConstructResource.updateCategory
(String constructCategoryId, ConstructCategory category) Edit the construct category by its ID