Package | Description |
---|---|
com.gentics.contentnode.rest.model | |
com.gentics.contentnode.rest.model.request | |
com.gentics.contentnode.rest.model.response |
Modifier and Type | Method and Description |
---|---|
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 | 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
|
Copyright © 2014 Gentics Software GmbH. All rights reserved.