@PublicApi
public static interface ServiceDeskCommentCreateParameters.Builder
Modifier and Type | Method and Description |
---|---|
ServiceDeskCommentCreateParameters.Builder |
author(com.atlassian.jira.user.ApplicationUser author) |
ServiceDeskCommentCreateParameters.Builder |
body(String body) |
ServiceDeskCommentCreateParameters |
build() |
ServiceDeskCommentCreateParameters.Builder |
issue(com.atlassian.jira.issue.Issue issue) |
ServiceDeskCommentCreateParameters.Builder |
publicComment(boolean _public) |
ServiceDeskCommentCreateParameters.Builder |
temporaryAttachmentIds(List<com.atlassian.jira.issue.attachment.TemporaryAttachmentId> temporaryAttachmentIds) |
ServiceDeskCommentCreateParameters.Builder author(com.atlassian.jira.user.ApplicationUser author)
ServiceDeskCommentCreateParameters.Builder issue(com.atlassian.jira.issue.Issue issue)
ServiceDeskCommentCreateParameters.Builder body(String body)
ServiceDeskCommentCreateParameters.Builder temporaryAttachmentIds(List<com.atlassian.jira.issue.attachment.TemporaryAttachmentId> temporaryAttachmentIds)
ServiceDeskCommentCreateParameters.Builder publicComment(boolean _public)
ServiceDeskCommentCreateParameters build()
Copyright © 2021 Atlassian. All rights reserved.