public class

Comment

extends AbstractContentEntity
java.lang.Object
   ↳ com.atlassian.confluence.it.AbstractContentEntity
     ↳ com.atlassian.confluence.it.Comment

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.it.AbstractContentEntity
Public Constructors
Comment(Page page, String content)
Comment(BlogPost blogPost, String content)
Public Methods
long getCommentId()
String getEditUrl()
long getPageId()
String getRemoveUrl()
Space getSpace()
String getTitle()
[Expand]
Inherited Methods
From class com.atlassian.confluence.it.AbstractContentEntity
From class java.lang.Object
From interface com.atlassian.confluence.it.ContentEntity

Public Constructors

public Comment (Page page, String content)

public Comment (BlogPost blogPost, String content)

Public Methods

public long getCommentId ()

public String getEditUrl ()

public long getPageId ()

public String getRemoveUrl ()

public Space getSpace ()

public String getTitle ()