Interface ServiceDeskCommentQuery.Builder
- Enclosing interface:
- ServiceDeskCommentQuery
@PublicApi
public static interface ServiceDeskCommentQuery.Builder
Builder to construct the
ServiceDeskCommentQuery.
A LimitedPagedRequest will use default value if none is provided
Public/Internal comment will default to true if not provided-
Method Summary
Modifier and TypeMethodDescriptionbuild()internalComment(Boolean internalComment) issue(com.atlassian.jira.issue.Issue issue) pagedRequest(PagedRequest pagedRequest) publicComment(Boolean publicComment)
-
Method Details
-
issue
-
pagedRequest
-
publicComment
-
internalComment
-
build
ServiceDeskCommentQuery build()
-