Class GetCommentOperationSpec.GetCommentOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetCommentOperationSpec.GetCommentOperationSpecBuilder
- Enclosing class:
- GetCommentOperationSpec
-
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.toString()
-
Method Details
-
issueIdOrKey
public GetCommentOperationSpec.GetCommentOperationSpecBuilder issueIdOrKey(@NotNull @NotNull String issueIdOrKey) The ID or key of the issue.- Returns:
this
.
-
id
The ID of the comment.- Returns:
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.- Returns:
this
.
-
build
-
toString
-