Class NodeFeatureResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.NodeFeatureResponse
- All Implemented Interfaces:
- Serializable
Response containing the activated features
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionEmpty constructorNodeFeatureResponse(Message message, ResponseInfo responseInfo) Create an instance with message and response infoNodeFeatureResponse(ResponseInfo responseInfo, List<NodeFeature> features) Create an instance with empty message, but given response info and features
- 
Method SummaryModifier and TypeMethodDescriptionGet the activated featuresvoidsetFeatures(List<NodeFeature> features) Set the activated featuresMethods inherited from class com.gentics.contentnode.rest.model.response.GenericResponseaddMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
- 
Field Details- 
featuresActivated features
 
- 
- 
Constructor Details- 
NodeFeatureResponsepublic NodeFeatureResponse()Empty constructor
- 
NodeFeatureResponseCreate an instance with empty message, but given response info and features- Parameters:
- responseInfo- response info
- features- features
 
- 
NodeFeatureResponseCreate an instance with message and response info- Parameters:
- message- message
- responseInfo- response info
 
 
- 
- 
Method Details- 
getFeaturesGet the activated features- Returns:
- activated features
 
- 
setFeaturesSet the activated features- Parameters:
- features- activated features
 
 
-