Uses of Enum Class
com.gentics.contentnode.rest.model.NodeFeature
Package
Description
-
Uses of NodeFeature in com.gentics.contentnode.rest.model
Modifier and TypeMethodDescriptionNodeFeatureModel.getId()
Feature IDstatic NodeFeature
Returns the enum constant of this class with the specified name.static NodeFeature[]
NodeFeature.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NodeFeature in com.gentics.contentnode.rest.model.request
Modifier and TypeFieldDescriptionprotected List<NodeFeature>
NodeFeatureRequest.features
Activated featuresModifier and TypeMethodDescriptionvoid
NodeFeatureRequest.setFeatures
(List<NodeFeature> features) Set the activated featuresModifierConstructorDescriptionNodeFeatureRequest
(List<NodeFeature> features) Create a request with the given list of features -
Uses of NodeFeature in com.gentics.contentnode.rest.model.response
Modifier and TypeFieldDescriptionprotected List<NodeFeature>
NodeFeatureResponse.features
Activated featuresModifier and TypeMethodDescriptionvoid
NodeFeatureResponse.setFeatures
(List<NodeFeature> features) Set the activated featuresModifierConstructorDescriptionNodeFeatureResponse
(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
Modifier and TypeMethodDescriptionNodeResource.activateFeature
(String nodeId, NodeFeature feature) Activate the feature for the nodeNodeResource.deactivateFeature
(String nodeId, NodeFeature feature) Deactivate the feature for the node