public class CommentStatus extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CommentStatus.Builder |
static class |
CommentStatus.Value
Status values enum
|
| Modifier and Type | Field and Description |
|---|---|
static String |
STATUS_LAST_MODIFIER
ContentProperty key for last modifier status property of comment |
| Modifier and Type | Method and Description |
|---|---|
Long |
getLastModifiedDate() |
String |
getLastModifier() |
CommentStatus.Value |
getValue() |
boolean |
isDangling() |
boolean |
isOpen() |
boolean |
isReopened() |
boolean |
isResolved() |
public static final String STATUS_LAST_MODIFIER
ContentProperty key for last modifier status property of commentpublic CommentStatus.Value getValue()
public String getLastModifier()
public Long getLastModifiedDate()
public boolean isResolved()
public boolean isOpen()
public boolean isReopened()
public boolean isDangling()
Copyright © 2003–2017 Atlassian. All rights reserved.