com.atlassian.confluence.plugins.rest.entities
Class CommentEntityTree

java.lang.Object
  extended by com.atlassian.confluence.plugins.rest.entities.CommentEntityTree

@Expander(value=CommentEntityTreeExpander.class)
public class CommentEntityTree
extends Object

Provides an expandable tree of comments


Constructor Summary
CommentEntityTree()
           
CommentEntityTree(int total, List<Comment> comments)
           
 
Method Summary
 List<Comment> getComments()
           
 List<ContentEntity> getContents()
           
 int getTotal()
           
 void setContents(List<ContentEntity> contents)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentEntityTree

public CommentEntityTree()

CommentEntityTree

public CommentEntityTree(int total,
                         List<Comment> comments)
Method Detail

getTotal

public int getTotal()

getComments

public List<Comment> getComments()

setContents

public void setContents(List<ContentEntity> contents)

getContents

public List<ContentEntity> getContents()


Copyright © 2003-2011 Atlassian. All Rights Reserved.