Class ContentTree
- java.lang.Object
-
- com.atlassian.confluence.legacyapi.model.content.ContentTree
-
@Deprecated public class ContentTree extends Object
Deprecated.since 7.0.1 , useContent
-
-
Constructor Summary
Constructors Constructor Description ContentTree(PartialList<ContentTree> children, Content content)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description PartialList<ContentTree>
getChildren()
Deprecated.Content
getContent()
Deprecated.
-
-
-
Constructor Detail
-
ContentTree
public ContentTree(PartialList<ContentTree> children, Content content)
Deprecated.
-
-
Method Detail
-
getContent
public Content getContent()
Deprecated.
-
getChildren
public PartialList<ContentTree> getChildren()
Deprecated.
-
-