@PublicApi
public interface ServiceDeskComment
Modifier and Type | Method and Description |
---|---|
List<com.atlassian.jira.issue.attachment.Attachment> |
getAttachments() |
com.atlassian.jira.issue.comments.Comment |
getComment() |
boolean |
isPublic()
Gets whether the comment is public or private.
|
@Nonnull com.atlassian.jira.issue.comments.Comment getComment()
List<com.atlassian.jira.issue.attachment.Attachment> getAttachments()
boolean isPublic()
Copyright © 2020 Atlassian. All rights reserved.