Package | Description |
---|---|
com.gentics.contentnode.rest.model | |
com.gentics.contentnode.rest.model.request | |
com.gentics.contentnode.rest.model.response | |
com.gentics.contentnode.rest.resource |
Modifier and Type | Method and Description |
---|---|
NodeFeature |
NodeFeatureModel.getId()
Feature ID
|
static NodeFeature |
NodeFeature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeFeature[] |
NodeFeature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
NodeFeatureModel |
NodeFeatureModel.setId(NodeFeature id)
Set feature ID
|
Modifier and Type | Field and Description |
---|---|
protected List<NodeFeature> |
NodeFeatureRequest.features
Activated features
|
Modifier and Type | Method and Description |
---|---|
List<NodeFeature> |
NodeFeatureRequest.getFeatures()
Get the activated features
|
Modifier and Type | Method and Description |
---|---|
void |
NodeFeatureRequest.setFeatures(List<NodeFeature> features)
Set the activated features
|
Constructor and Description |
---|
NodeFeatureRequest(List<NodeFeature> features)
Create a request with the given list of features
|
Modifier and Type | Field and Description |
---|---|
protected List<NodeFeature> |
NodeFeatureResponse.features
Activated features
|
Modifier and Type | Method and Description |
---|---|
List<NodeFeature> |
NodeFeatureResponse.getFeatures()
Get the activated features
|
Modifier and Type | Method and Description |
---|---|
void |
NodeFeatureResponse.setFeatures(List<NodeFeature> features)
Set the activated features
|
Constructor and Description |
---|
NodeFeatureResponse(ResponseInfo responseInfo,
List<NodeFeature> features)
Create an instance with empty message, but given response info and features
|
Modifier and Type | Method and Description |
---|---|
GenericResponse |
NodeResource.activateFeature(String nodeId,
NodeFeature feature)
Activate the feature for the node
|
GenericResponse |
NodeResource.deactivateFeature(String nodeId,
NodeFeature feature)
Deactivate the feature for the node
|
Copyright © 2024 Gentics Software. All rights reserved.