Class FolderStructureLoadResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.FolderStructureLoadResponse
- All Implemented Interfaces:
Serializable
Response to a request for loading a folder structure
- Author:
- norbert
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor used by JAXBFolderStructureLoadResponse
(Message message, ResponseInfo responseInfo, TreeNode rootNode) Constructor with a single message, response info and the root node of the folder structure -
Method Summary
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
Constructor Details
-
FolderStructureLoadResponse
public FolderStructureLoadResponse()Constructor used by JAXB -
FolderStructureLoadResponse
Constructor with a single message, response info and the root node of the folder structure- Parameters:
message
- messageresponseInfo
- response inforootNode
- root node
-
-
Method Details
-
getRootNode
- Returns:
- the rootNode
-
setRootNode
- Parameters:
rootNode
- the rootNode to set
-