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 | Method and Description |
---|---|
Long |
getLastModifiedDate() |
String |
getLastModifier() |
CommentStatus.Value |
getValue() |
boolean |
isDangling() |
boolean |
isOpen() |
boolean |
isReopened() |
boolean |
isResolved() |
public CommentStatus.Value getValue()
public String getLastModifier()
public Long getLastModifiedDate()
public boolean isResolved()
public boolean isOpen()
public boolean isReopened()
public boolean isDangling()
Copyright © 2003–2015 Atlassian. All rights reserved.