Uses of Class
com.gentics.contentnode.rest.model.NodeFeature

Packages that use NodeFeature
com.gentics.contentnode.rest.model   
com.gentics.contentnode.rest.model.request   
com.gentics.contentnode.rest.model.response   
 

Uses of NodeFeature in com.gentics.contentnode.rest.model
 

Methods in com.gentics.contentnode.rest.model that return NodeFeature
static 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.
 

Uses of NodeFeature in com.gentics.contentnode.rest.model.request
 

Fields in com.gentics.contentnode.rest.model.request with type parameters of type NodeFeature
protected  List<NodeFeature> NodeFeatureRequest.features
          Activated features
 

Methods in com.gentics.contentnode.rest.model.request that return types with arguments of type NodeFeature
 List<NodeFeature> NodeFeatureRequest.getFeatures()
          Get the activated features
 

Method parameters in com.gentics.contentnode.rest.model.request with type arguments of type NodeFeature
 void NodeFeatureRequest.setFeatures(List<NodeFeature> features)
          Set the activated features
 

Constructor parameters in com.gentics.contentnode.rest.model.request with type arguments of type NodeFeature
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
protected  List<NodeFeature> NodeFeatureResponse.features
          Activated features
 

Methods in com.gentics.contentnode.rest.model.response that return types with arguments of type NodeFeature
 List<NodeFeature> NodeFeatureResponse.getFeatures()
          Get the activated features
 

Method parameters in com.gentics.contentnode.rest.model.response with type arguments of type NodeFeature
 void NodeFeatureResponse.setFeatures(List<NodeFeature> features)
          Set the activated features
 

Constructor parameters in com.gentics.contentnode.rest.model.response with type arguments of type NodeFeature
NodeFeatureResponse(ResponseInfo responseInfo, List<NodeFeature> features)
          Create an instance with empty message, but given response info and features
 



Copyright © 2015 Gentics Software GmbH. All Rights Reserved.