|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeFeature | |
---|---|
com.gentics.contentnode.rest.model | |
com.gentics.contentnode.rest.model.request | |
com.gentics.contentnode.rest.model.response |
Uses of NodeFeature in com.gentics.contentnode.rest.model |
---|
Methods in com.gentics.contentnode.rest.model that return NodeFeature | |
---|---|
static NodeFeature |
NodeFeature.valueOf(java.lang.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. |
Uses of NodeFeature in com.gentics.contentnode.rest.model.request |
---|
Fields in com.gentics.contentnode.rest.model.request with type parameters of type NodeFeature | |
---|---|
protected java.util.List<NodeFeature> |
NodeFeatureRequest.features
Activated features |
Methods in com.gentics.contentnode.rest.model.request that return types with arguments of type NodeFeature | |
---|---|
java.util.List<NodeFeature> |
NodeFeatureRequest.getFeatures()
Get the activated features |
Method parameters in com.gentics.contentnode.rest.model.request with type arguments of type NodeFeature | |
---|---|
void |
NodeFeatureRequest.setFeatures(java.util.List<NodeFeature> features)
Set the activated features |
Constructor parameters in com.gentics.contentnode.rest.model.request with type arguments of type NodeFeature | |
---|---|
NodeFeatureRequest(java.util.List<NodeFeature> features)
Create a request with the given list of features |
Uses of NodeFeature in com.gentics.contentnode.rest.model.response |
---|
Fields in com.gentics.contentnode.rest.model.response with type parameters of type NodeFeature | |
---|---|
protected java.util.List<NodeFeature> |
NodeFeatureResponse.features
Activated features |
Methods in com.gentics.contentnode.rest.model.response that return types with arguments of type NodeFeature | |
---|---|
java.util.List<NodeFeature> |
NodeFeatureResponse.getFeatures()
Get the activated features |
Method parameters in com.gentics.contentnode.rest.model.response with type arguments of type NodeFeature | |
---|---|
void |
NodeFeatureResponse.setFeatures(java.util.List<NodeFeature> features)
Set the activated features |
Constructor parameters in com.gentics.contentnode.rest.model.response with type arguments of type NodeFeature | |
---|---|
NodeFeatureResponse(ResponseInfo responseInfo,
java.util.List<NodeFeature> features)
Create an instance with empty message, but given response info and features |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |