|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.NodeFeatureResponse
public class NodeFeatureResponse
Response containing the activated features
Field Summary | |
---|---|
protected java.util.List<NodeFeature> |
features
Activated features |
Constructor Summary | |
---|---|
NodeFeatureResponse()
Empty constructor |
|
NodeFeatureResponse(Message message,
ResponseInfo responseInfo)
Create an instance with message and response info |
|
NodeFeatureResponse(ResponseInfo responseInfo,
java.util.List<NodeFeature> features)
Create an instance with empty message, but given response info and 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 com.gentics.contentnode.rest.model.response.GenericResponse |
---|
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List<NodeFeature> features
Constructor Detail |
---|
public NodeFeatureResponse()
public NodeFeatureResponse(ResponseInfo responseInfo, java.util.List<NodeFeature> features)
responseInfo
- response infofeatures
- featurespublic NodeFeatureResponse(Message message, ResponseInfo responseInfo)
message
- messageresponseInfo
- response infoMethod Detail |
---|
public java.util.List<NodeFeature> getFeatures()
public void setFeatures(java.util.List<NodeFeature> features)
features
- activated features
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |