Class UpdateCommentOperationSpec.UpdateCommentOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.UpdateCommentOperationSpec.UpdateCommentOperationSpecBuilder
- Enclosing class:
- UpdateCommentOperationSpec
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Use [expand](#expansion) to include additional information about comments in the response.The ID of the comment.issueIdOrKey
(@NotNull String issueIdOrKey) The ID or key of the issue.notifyUsers
(@Nullable Boolean notifyUsers) Whether users are notified when a comment is updated.overrideEditableFlag
(@Nullable Boolean overrideEditableFlag) Whether screen security is overridden to enable uneditable fields to be edited.toString()
-
Method Details
-
issueIdOrKey
public UpdateCommentOperationSpec.UpdateCommentOperationSpecBuilder issueIdOrKey(@NotNull @NotNull String issueIdOrKey) The ID or key of the issue.- Returns:
this
.
-
id
The ID of the comment.- Returns:
this
.
-
comment
public UpdateCommentOperationSpec.UpdateCommentOperationSpecBuilder comment(@NotNull @NotNull Comment comment) - Returns:
this
.
-
notifyUsers
public UpdateCommentOperationSpec.UpdateCommentOperationSpecBuilder notifyUsers(@Nullable @Nullable Boolean notifyUsers) Whether users are notified when a comment is updated.- Returns:
this
.
-
overrideEditableFlag
public UpdateCommentOperationSpec.UpdateCommentOperationSpecBuilder overrideEditableFlag(@Nullable @Nullable Boolean overrideEditableFlag) Whether screen security is overridden to enable uneditable fields to be edited. Available to Connect app users with the *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg) and Forge apps acting on behalf of users with *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).- Returns:
this
.
-
expand
public UpdateCommentOperationSpec.UpdateCommentOperationSpecBuilder expand(@Nullable @Nullable String expand) Use [expand](#expansion) to include additional information about comments in the response. This parameter acceptsrenderedBody
, which returns the comment body rendered in HTML.- Returns:
this
.
-
build
-
toString
-