Package | Description |
---|---|
com.gentics.contentnode.rest.model | |
com.gentics.contentnode.rest.model.response | |
com.gentics.contentnode.rest.resource |
Modifier and Type | Method and Description |
---|---|
ObjectPropertyCategory |
ObjectProperty.getCategory()
Category used by the object property (may be null, if not embedded in the response)
|
ObjectPropertyCategory |
ObjectPropertyCategory.setGlobalId(String globalId)
Set the global ID
|
ObjectPropertyCategory |
ObjectPropertyCategory.setId(Integer id)
Set the ID
|
ObjectPropertyCategory |
ObjectPropertyCategory.setName(String name)
Set the name
|
ObjectPropertyCategory |
ObjectPropertyCategory.setName(String name,
String language) |
ObjectPropertyCategory |
ObjectPropertyCategory.setNameI18n(Map<String,String> i18nName) |
ObjectPropertyCategory |
ObjectPropertyCategory.setSortOrder(Integer sortOrder)
Set sort order
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty |
ObjectProperty.setCategory(ObjectPropertyCategory category)
Set the category
|
Modifier and Type | Method and Description |
---|---|
ObjectPropertyCategory |
ObjectPropertyCategoryLoadResponse.getObjectPropertyCategory()
Object Property Category
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectPropertyCategoryLoadResponse.setObjectPropertyCategory(ObjectPropertyCategory category)
Set the object property category
|
Constructor and Description |
---|
ObjectPropertyCategoryLoadResponse(ObjectPropertyCategory category,
ResponseInfo responseInfo)
Create instance
|
Modifier and Type | Method and Description |
---|---|
ObjectPropertyCategoryLoadResponse |
ObjectPropertyResource.createCategory(ObjectPropertyCategory category)
Create a new object property category
|
ObjectPropertyCategoryLoadResponse |
ObjectPropertyResource.updateCategory(String objectPropertyCategoryId,
ObjectPropertyCategory category)
Edit the object property category by its ID
|
Copyright © 2024 Gentics Software. All rights reserved.