Klasse GetProjectComponentsPaginatedOperationSpec.GetProjectComponentsPaginatedOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetProjectComponentsPaginatedOperationSpec.GetProjectComponentsPaginatedOperationSpecBuilder
- Umschließende Klasse:
GetProjectComponentsPaginatedOperationSpec
public static class GetProjectComponentsPaginatedOperationSpec.GetProjectComponentsPaginatedOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
maxResults
(@Nullable Integer maxResults) The maximum number of items to return per page.[Order](#ordering) the results by a field: *description
Sorts by the component description.projectIdOrKey
(@NotNull String projectIdOrKey) The project ID or project key (case sensitive).Filter the results using a literal string.The index of the first item to return in a page of results (page offset).toString()
-
Methodendetails
-
projectIdOrKey
public GetProjectComponentsPaginatedOperationSpec.GetProjectComponentsPaginatedOperationSpecBuilder projectIdOrKey(@NotNull @NotNull String projectIdOrKey) The project ID or project key (case sensitive).- Gibt zurück:
this
.
-
startAt
public GetProjectComponentsPaginatedOperationSpec.GetProjectComponentsPaginatedOperationSpecBuilder 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 GetProjectComponentsPaginatedOperationSpec.GetProjectComponentsPaginatedOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Gibt zurück:
this
.
-
orderBy
public GetProjectComponentsPaginatedOperationSpec.GetProjectComponentsPaginatedOperationSpecBuilder orderBy(@Nullable @Nullable String orderBy) [Order](#ordering) the results by a field: *description
Sorts by the component description. *issueCount
Sorts by the count of issues associated with the component. *lead
Sorts by the user key of the component's project lead. *name
Sorts by component name.- Gibt zurück:
this
.
-
query
public GetProjectComponentsPaginatedOperationSpec.GetProjectComponentsPaginatedOperationSpecBuilder query(@Nullable @Nullable String query) Filter the results using a literal string. Components with a matchingname
ordescription
are returned (case insensitive).- Gibt zurück:
this
.
-
build
-
toString
-