Class FolderStructureLoadResponse
- java.lang.Object
-
- com.gentics.contentnode.rest.model.response.GenericResponse
-
- com.gentics.contentnode.rest.model.response.FolderStructureLoadResponse
-
- All Implemented Interfaces:
Serializable
public class FolderStructureLoadResponse extends GenericResponse
Response to a request for loading a folder structure- Author:
- norbert
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FolderStructureLoadResponse()
Constructor 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TreeNode
getRootNode()
void
setRootNode(TreeNode rootNode)
-
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
-
-
-
Constructor Detail
-
FolderStructureLoadResponse
public FolderStructureLoadResponse()
Constructor used by JAXB
-
FolderStructureLoadResponse
public FolderStructureLoadResponse(Message message, ResponseInfo responseInfo, TreeNode rootNode)
Constructor with a single message, response info and the root node of the folder structure- Parameters:
message
- messageresponseInfo
- response inforootNode
- root node
-
-