Uses of Class
com.gentics.contentnode.rest.model.response.TreeNode
-
Packages that use TreeNode Package Description com.gentics.contentnode.rest.model.response -
-
Uses of TreeNode in com.gentics.contentnode.rest.model.response
Methods in com.gentics.contentnode.rest.model.response that return TreeNode Modifier and Type Method Description TreeNode
FolderStructureLoadResponse. getRootNode()
Methods in com.gentics.contentnode.rest.model.response that return types with arguments of type TreeNode Modifier and Type Method Description List<TreeNode>
TreeNode. getChildren()
Methods in com.gentics.contentnode.rest.model.response with parameters of type TreeNode Modifier and Type Method Description void
FolderStructureLoadResponse. setRootNode(TreeNode rootNode)
Method parameters in com.gentics.contentnode.rest.model.response with type arguments of type TreeNode Modifier and Type Method Description void
TreeNode. setChildren(List<TreeNode> children)
Constructors in com.gentics.contentnode.rest.model.response with parameters of type TreeNode Constructor Description FolderStructureLoadResponse(Message message, ResponseInfo responseInfo, TreeNode rootNode)
Constructor with a single message, response info and the root node of the folder structure
-