Uses of Class
com.gentics.contentnode.rest.model.NodeFeature
-
Packages that use NodeFeature Package Description com.gentics.contentnode.rest.model com.gentics.contentnode.rest.model.request com.gentics.contentnode.rest.model.response com.gentics.contentnode.rest.resource -
-
Uses of NodeFeature in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return NodeFeature Modifier and Type Method Description NodeFeature
NodeFeatureModel. getId()
Feature IDstatic 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.Methods in com.gentics.contentnode.rest.model with parameters of type NodeFeature Modifier and Type Method Description NodeFeatureModel
NodeFeatureModel. setId(NodeFeature id)
Set feature ID -
Uses of NodeFeature in com.gentics.contentnode.rest.model.request
Fields in com.gentics.contentnode.rest.model.request with type parameters of type NodeFeature Modifier and Type Field Description protected List<NodeFeature>
NodeFeatureRequest. features
Activated featuresMethods in com.gentics.contentnode.rest.model.request that return types with arguments of type NodeFeature Modifier and Type Method Description List<NodeFeature>
NodeFeatureRequest. getFeatures()
Get the activated featuresMethod parameters in com.gentics.contentnode.rest.model.request with type arguments of type NodeFeature Modifier and Type Method Description void
NodeFeatureRequest. setFeatures(List<NodeFeature> features)
Set the activated featuresConstructor parameters in com.gentics.contentnode.rest.model.request with type arguments of type NodeFeature Constructor Description NodeFeatureRequest(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 Modifier and Type Field Description protected List<NodeFeature>
NodeFeatureResponse. features
Activated featuresMethods in com.gentics.contentnode.rest.model.response that return types with arguments of type NodeFeature Modifier and Type Method Description List<NodeFeature>
NodeFeatureResponse. getFeatures()
Get the activated featuresMethod parameters in com.gentics.contentnode.rest.model.response with type arguments of type NodeFeature Modifier and Type Method Description void
NodeFeatureResponse. setFeatures(List<NodeFeature> features)
Set the activated featuresConstructor parameters in com.gentics.contentnode.rest.model.response with type arguments of type NodeFeature Constructor Description NodeFeatureResponse(ResponseInfo responseInfo, List<NodeFeature> features)
Create an instance with empty message, but given response info and features -
Uses of NodeFeature in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource with parameters of type NodeFeature Modifier and Type Method Description GenericResponse
NodeResource. activateFeature(String nodeId, NodeFeature feature)
Activate the feature for the nodeGenericResponse
NodeResource. deactivateFeature(String nodeId, NodeFeature feature)
Deactivate the feature for the node
-