Klasse GetChangeLogsOperationSpec.GetChangeLogsOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetChangeLogsOperationSpec.GetChangeLogsOperationSpecBuilder
- Umschließende Klasse:
GetChangeLogsOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
issueIdOrKey
(@NotNull String issueIdOrKey) The ID or key of the issue.maxResults
(@Nullable Integer maxResults) The maximum number of items to return per page.The index of the first item to return in a page of results (page offset).toString()
-
Methodendetails
-
issueIdOrKey
public GetChangeLogsOperationSpec.GetChangeLogsOperationSpecBuilder issueIdOrKey(@NotNull @NotNull String issueIdOrKey) The ID or key of the issue.- Gibt zurück:
this
.
-
startAt
public GetChangeLogsOperationSpec.GetChangeLogsOperationSpecBuilder startAt(@Nullable @Nullable Integer startAt) The index of the first item to return in a page of results (page offset).- Gibt zurück:
this
.
-
maxResults
public GetChangeLogsOperationSpec.GetChangeLogsOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Gibt zurück:
this
.
-
build
-
toString
-