Klasse GetCommentsOperationSpec.GetCommentsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetCommentsOperationSpec.GetCommentsOperationSpecBuilder
- Umschließende Klasse:
GetCommentsOperationSpec
-
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.maxResults
(@Nullable Integer maxResults) The maximum number of items to return per page.[Order](#ordering) the results by a field.The index of the first item to return in a page of results (page offset).toString()
-
Methodendetails
-
issueIdOrKey
public GetCommentsOperationSpec.GetCommentsOperationSpecBuilder issueIdOrKey(@NotNull @NotNull String issueIdOrKey) The ID or key of the issue.- Gibt zurück:
this
.
-
startAt
public GetCommentsOperationSpec.GetCommentsOperationSpecBuilder startAt(@Nullable @Nullable Long startAt) The index of the first item to return in a page of results (page offset).- Gibt zurück:
this
.
-
maxResults
public GetCommentsOperationSpec.GetCommentsOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Gibt zurück:
this
.
-
orderBy
public GetCommentsOperationSpec.GetCommentsOperationSpecBuilder orderBy(@Nullable @Nullable String orderBy) [Order](#ordering) the results by a field. Accepts *created* to sort comments by their created date.- Gibt zurück:
this
.
-
expand
public GetCommentsOperationSpec.GetCommentsOperationSpecBuilder 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
-