Class CommentEntityTreeExpander

java.lang.Object
com.atlassian.plugins.rest.api.expand.expander.AbstractEntityExpander<CommentEntityTree>
com.atlassian.confluence.plugins.rest.jackson2.entities.CommentEntityTreeExpander
All Implemented Interfaces:
com.atlassian.plugins.rest.api.expand.expander.EntityExpander<CommentEntityTree>

public class CommentEntityTreeExpander extends com.atlassian.plugins.rest.api.expand.expander.AbstractEntityExpander<CommentEntityTree>
Expands a CommentEntityTree. The result is a tree of all the comments organised into their parent child relationships
  • Constructor Details

    • CommentEntityTreeExpander

      public CommentEntityTreeExpander(RestContentManager restContentManager)
  • Method Details