Klasse AddCommentOperationSpec.AddCommentOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.AddCommentOperationSpec.AddCommentOperationSpecBuilder
- Umschließende Klasse:
AddCommentOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
Use [expand](#expansion) to include additional information about comments in the response.issueIdOrKey
(@NotNull String issueIdOrKey) The ID or key of the issue.toString()
-
Methodendetails
-
issueIdOrKey
public AddCommentOperationSpec.AddCommentOperationSpecBuilder issueIdOrKey(@NotNull @NotNull String issueIdOrKey) The ID or key of the issue.- Gibt zurück:
this
.
-
comment
public AddCommentOperationSpec.AddCommentOperationSpecBuilder comment(@NotNull @NotNull Comment comment) - Gibt zurück:
this
.
-
expand
public AddCommentOperationSpec.AddCommentOperationSpecBuilder 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.- Gibt zurück:
this
.
-
build
-
toString
-