Class CommentEntityTree
- java.lang.Object
-
- com.atlassian.confluence.plugins.rest.entities.CommentEntityTree
-
@Expander(CommentEntityTreeExpander.class) public class CommentEntityTree extends Object
Provides an expandable tree of comments
-
-
Constructor Summary
Constructors Constructor Description CommentEntityTree()
CommentEntityTree(int total, List<Comment> comments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<Comment>
getComments()
List<ContentEntity>
getContents()
int
getTotal()
int
hashCode()
void
setContents(List<ContentEntity> contents)
String
toString()
-
-
-
Method Detail
-
getTotal
public int getTotal()
-
setContents
public void setContents(List<ContentEntity> contents)
-
getContents
public List<ContentEntity> getContents()
-
-