Klasse UpdateCommentOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.UpdateCommentOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateCommentOperationSpec
extends Object
UpdateCommentSpec
Specification for the UpdateComment operation.
Update comment
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
UpdateCommentOperationSpec
(String issueIdOrKey, String id, Comment comment, Boolean notifyUsers, Boolean overrideEditableFlag, String expand) Constructs a validated instance ofUpdateCommentOperationSpec
.Constructs a validated instance ofUpdateCommentOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
@NotNull Comment
comment()
boolean
@Nullable String
expand()
Use [expand](#expansion) to include additional information about comments in the response.Use [expand](#expansion) to include additional information about comments in the response.int
hashCode()
@NotNull String
id()
The ID of the comment.The ID of the comment.@NotNull String
The ID or key of the issue.issueIdOrKey
(@NotNull String issueIdOrKey) The ID or key of the issue.@Nullable Boolean
Whether users are notified when a comment is updated.notifyUsers
(@Nullable Boolean notifyUsers) Whether users are notified when a comment is updated.@Nullable Boolean
Whether screen security is overridden to enable uneditable fields to be edited.overrideEditableFlag
(@Nullable Boolean overrideEditableFlag) Whether screen security is overridden to enable uneditable fields to be edited.toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
UpdateCommentOperationSpec
Constructs a validated instance ofUpdateCommentOperationSpec
.- Parameter:
spec
- the specification to process
-
UpdateCommentOperationSpec
@Internal public UpdateCommentOperationSpec(String issueIdOrKey, String id, Comment comment, Boolean notifyUsers, Boolean overrideEditableFlag, String expand) Constructs a validated instance ofUpdateCommentOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
issueIdOrKey
- The ID or key of the issue.id
- The ID of the comment.comment
-notifyUsers
- Whether users are notified when a comment is updated.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).expand
- Use [expand](#expansion) to include additional information about comments in the response. This parameter acceptsrenderedBody
, which returns the comment body rendered in HTML.
-
UpdateCommentOperationSpec
protected UpdateCommentOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
issueIdOrKey
The ID or key of the issue. -
id
The ID of the comment. -
comment
-
notifyUsers
Whether users are notified when a comment is updated. -
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). -
expand
Use [expand](#expansion) to include additional information about comments in the response. This parameter acceptsrenderedBody
, which returns the comment body rendered in HTML. -
issueIdOrKey
The ID or key of the issue.- Gibt zurück:
this
.
-
id
The ID of the comment.- Gibt zurück:
this
.
-
comment
- Gibt zurück:
this
.
-
notifyUsers
Whether users are notified when a comment is updated.- Gibt zurück:
this
.
-
overrideEditableFlag
public UpdateCommentOperationSpec 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).- Gibt zurück:
this
.
-
expand
Use [expand](#expansion) to include additional information about comments in the response. This parameter acceptsrenderedBody
, which returns the comment body rendered in HTML.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-