java.lang.Object
com.atlassian.confluence.tinymceplugin.rest.entities.CommentResult
Direct Known Subclasses:
CommentResultWithActions

@Immutable public class CommentResult extends Object
  • Constructor Details

    • CommentResult

      public CommentResult()
    • CommentResult

      public CommentResult(long id, String html, long ownerId, long parentId, boolean asyncRenderSafe, boolean isInlineComment, String serializedHighlights, String dataRef, Date lastModificationDate, String urlPath)
  • Method Details

    • getHtml

      public String getHtml()