Uses of Class
com.gentics.contentnode.rest.model.ConstructCategory
Package
Description
-
Uses of ConstructCategory in com.gentics.contentnode.rest.model
Modifier 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) Modifier and TypeMethodDescriptionConstruct.setCategory
(ConstructCategory category) Set the category -
Uses of ConstructCategory in com.gentics.contentnode.rest.model.response
Modifier and TypeMethodDescriptionConstructCategoryLoadResponse.getConstructCategory()
Returns the loaded construct categoryModifier and TypeMethodDescriptionvoid
ConstructCategoryLoadResponse.setConstruct
(ConstructCategory category) Sets the construct category for this response -
Uses of ConstructCategory in com.gentics.contentnode.rest.resource
Modifier and TypeMethodDescriptionConstructResource.createCategory
(ConstructCategory category) Create a new construct categoryConstructResource.updateCategory
(String constructCategoryId, ConstructCategory category) Edit the construct category by its ID