com.atlassian.confluence.plugins.rest.entities
Class CommentEntityTree
java.lang.Object
com.atlassian.confluence.plugins.rest.entities.CommentEntityTree
@Expander(value=CommentEntityTreeExpander.class)
public class CommentEntityTree
- extends java.lang.Object
Provides an expandable tree of comments
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommentEntityTree
public CommentEntityTree()
CommentEntityTree
public CommentEntityTree(int total,
java.util.List<Comment> comments)
getTotal
public int getTotal()
getComments
public java.util.List<Comment> getComments()
setContents
public void setContents(java.util.List<ContentEntity> contents)
getContents
public java.util.List<ContentEntity> getContents()
Copyright © 2003-2013 Atlassian. All Rights Reserved.