public interface Comment extends PropertySupport, TaskAnchor
| Modifier and Type | Method and Description |
|---|---|
Optional<CommentThreadDiffAnchor> |
getAnchor()
This is a short-hand for
comment.getThread().getAnchor() |
ApplicationUser |
getAuthor() |
List<Comment> |
getComments() |
Date |
getCreatedDate() |
long |
getId() |
Optional<CommentOperations> |
getPermittedOperations() |
Date |
getResolvedDate() |
ApplicationUser |
getResolver()
Retrieves the
user who resolved the comment. |
CommentSeverity |
getSeverity() |
CommentState |
getState() |
List<Task> |
getTasks() |
String |
getText() |
CommentThread |
getThread() |
Date |
getUpdatedDate() |
int |
getVersion() |
getPropertiesaccept@Nonnull Optional<CommentThreadDiffAnchor> getAnchor()
comment.getThread().getAnchor()thread@Nonnull ApplicationUser getAuthor()
@Nonnull List<Comment> getComments()
@Nonnull Date getCreatedDate()
getUpdatedDate()long getId()
getId in interface TaskAnchor@Nullable Date getResolvedDate()
@Nullable ApplicationUser getResolver()
user who resolved the comment.@Nonnull CommentSeverity getSeverity()
severity for this comment@Nonnull CommentState getState()
state for this comment@Nonnull List<Task> getTasks()
@Nonnull @RequiredString(size=32768) String getText()
@Nonnull CommentThread getThread()
@Nonnull Date getUpdatedDate()
getCreatedDate()int getVersion()
getUpdatedDate()@Nonnull Optional<CommentOperations> getPermittedOperations()
present
then none are permittedCopyright © 2019 Atlassian. All rights reserved.