Class NodeFeatureResponse

java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.NodeFeatureResponse
All Implemented Interfaces:
Serializable

public class NodeFeatureResponse extends GenericResponse
Response containing the activated features
See Also:
  • Field Details

  • Constructor Details

    • NodeFeatureResponse

      public NodeFeatureResponse()
      Empty constructor
    • NodeFeatureResponse

      public NodeFeatureResponse(ResponseInfo responseInfo, List<NodeFeature> features)
      Create an instance with empty message, but given response info and features
      Parameters:
      responseInfo - response info
      features - features
    • NodeFeatureResponse

      public NodeFeatureResponse(Message message, ResponseInfo responseInfo)
      Create an instance with message and response info
      Parameters:
      message - message
      responseInfo - response info
  • Method Details

    • getFeatures

      public List<NodeFeature> getFeatures()
      Get the activated features
      Returns:
      activated features
    • setFeatures

      public void setFeatures(List<NodeFeature> features)
      Set the activated features
      Parameters:
      features - activated features