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 booleanequals(Object o)List<Comment>getComments()List<ContentEntity>getContents()intgetTotal()inthashCode()voidsetContents(List<ContentEntity> contents)StringtoString()
-
-
-
Method Detail
-
getTotal
public int getTotal()
-
setContents
public void setContents(List<ContentEntity> contents)
-
getContents
public List<ContentEntity> getContents()
-
-