Package com.atlassian.confluence.pages
Class CommentStatus
- java.lang.Object
 - 
- com.atlassian.confluence.pages.CommentStatus
 
 
- 
public class CommentStatus extends Object
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCommentStatus.Builderstatic classCommentStatus.ValueStatus values enum 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetLastModifiedDate()StringgetLastModifier()CommentStatus.ValuegetValue()booleanisDangling()booleanisOpen()booleanisReopened()booleanisResolved() 
 - 
 
- 
- 
Method Detail
- 
getValue
public CommentStatus.Value getValue()
 
- 
getLastModifier
public String getLastModifier()
 
- 
getLastModifiedDate
public Long getLastModifiedDate()
 
- 
isResolved
public boolean isResolved()
 
- 
isOpen
public boolean isOpen()
 
- 
isReopened
public boolean isReopened()
 
- 
isDangling
public boolean isDangling()
 
 - 
 
 -