Class GetCommentsByIdsOperationSpec.GetCommentsByIdsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetCommentsByIdsOperationSpec.GetCommentsByIdsOperationSpecBuilder
- Enclosing class:
- GetCommentsByIdsOperationSpec
public static class GetCommentsByIdsOperationSpec.GetCommentsByIdsOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Use [expand](#expansion) to include additional information about comments in the response.issueCommentListRequestBean(@NotNull IssueCommentListRequestBean issueCommentListRequestBean) The list of comment IDs.toString()
-
Method Details
-
issueCommentListRequestBean
public GetCommentsByIdsOperationSpec.GetCommentsByIdsOperationSpecBuilder issueCommentListRequestBean(@NotNull @NotNull IssueCommentListRequestBean issueCommentListRequestBean) The list of comment IDs.- Returns:
this.
-
expand
public GetCommentsByIdsOperationSpec.GetCommentsByIdsOperationSpecBuilder expand(@Nullable @Nullable String expand) Use [expand](#expansion) to include additional information about comments in the response. This parameter accepts a comma-separated list. Expand options include: *renderedBodyReturns the comment body rendered in HTML. *propertiesReturns the comment's properties.- Returns:
this.
-
build
-
toString
-