Uses of Class
com.gentics.contentnode.rest.model.ConstructCategory
-
Packages that use ConstructCategory Package Description com.gentics.contentnode.rest.model com.gentics.contentnode.rest.model.response com.gentics.contentnode.rest.resource -
-
Uses of ConstructCategory in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return ConstructCategory Modifier and Type Method Description ConstructCategory
Construct. getCategory()
Category of the constructConstructCategory
ConstructCategory. setGlobalId(String globalId)
Set the global IDConstructCategory
ConstructCategory. setId(Integer id)
Set the IDConstructCategory
ConstructCategory. setName(String name, String language)
ConstructCategory
ConstructCategory. setNameI18n(Map<String,String> i18nName)
ConstructCategory
ConstructCategory. setSortOrder(Integer sortOrder)
Methods in com.gentics.contentnode.rest.model with parameters of type ConstructCategory Modifier and Type Method Description Construct
Construct. 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 ConstructCategory Modifier and Type Method Description ConstructCategory
ConstructCategoryLoadResponse. getConstructCategory()
Returns the loaded construct categoryMethods in com.gentics.contentnode.rest.model.response with parameters of type ConstructCategory Modifier and Type Method Description void
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 ConstructCategory Modifier and Type Method Description ConstructCategoryLoadResponse
ConstructResource. createCategory(ConstructCategory category)
Create a new construct categoryConstructCategoryLoadResponse
ConstructResource. updateCategory(String constructCategoryId, ConstructCategory category)
Edit the construct category by its ID
-