java.lang.Object
com.atlassian.confluence.plugins.rest.jackson2.entities.CommentEntityTree

@Expander(CommentEntityTreeExpander.class) public class CommentEntityTree extends Object
Provides an expandable tree of comments
  • Constructor Details

    • CommentEntityTree

      public CommentEntityTree()
    • CommentEntityTree

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