com.atlassian.confluence.legacyapi.model.content
Class ContentTree

java.lang.Object
  extended by com.atlassian.confluence.legacyapi.model.content.ContentTree

public class ContentTree
extends java.lang.Object


Constructor Summary
ContentTree(PartialList<ContentTree> children, Content content)
           
 
Method Summary
 PartialList<ContentTree> getChildren()
           
 Content getContent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentTree

public ContentTree(PartialList<ContentTree> children,
                   Content content)
Method Detail

getContent

public Content getContent()

getChildren

public PartialList<ContentTree> getChildren()


Copyright © 2003-2014 Atlassian. All Rights Reserved.