Klasse GetCommentOperationSpec.GetCommentOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetCommentOperationSpec.GetCommentOperationSpecBuilder
- Umschließende Klasse:
GetCommentOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
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.toString()
-
Methodendetails
-
issueIdOrKey
public GetCommentOperationSpec.GetCommentOperationSpecBuilder issueIdOrKey(@NotNull @NotNull String issueIdOrKey) The ID or key of the issue.- Gibt zurück:
this
.
-
id
The ID of the comment.- Gibt zurück:
this
.
-
expand
public GetCommentOperationSpec.GetCommentOperationSpecBuilder 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
-