com.gentics.contentnode.rest.model.request
Class NodeFeatureRequest

java.lang.Object
  extended by com.gentics.contentnode.rest.model.request.NodeFeatureRequest

public class NodeFeatureRequest
extends java.lang.Object

Request for activating, deactivating or setting node features


Field Summary
protected  java.util.List<NodeFeature> features
          Activated features
 
Constructor Summary
NodeFeatureRequest()
          Create an empty request
NodeFeatureRequest(java.util.List<NodeFeature> features)
          Create a request with the given list of features
 
Method Summary
 java.util.List<NodeFeature> getFeatures()
          Get the activated features
 void setFeatures(java.util.List<NodeFeature> features)
          Set the activated features
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

features

protected java.util.List<NodeFeature> features
Activated features

Constructor Detail

NodeFeatureRequest

public NodeFeatureRequest()
Create an empty request


NodeFeatureRequest

public NodeFeatureRequest(java.util.List<NodeFeature> features)
Create a request with the given list of features

Parameters:
features - list of features
Method Detail

getFeatures

public java.util.List<NodeFeature> getFeatures()
Get the activated features

Returns:
activated features

setFeatures

public void setFeatures(java.util.List<NodeFeature> features)
Set the activated features

Parameters:
features - activated features


Copyright © 2014 Gentics Software GmbH. All Rights Reserved.