Class GetTrashedFieldsPaginatedOperationSpec.GetTrashedFieldsPaginatedOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetTrashedFieldsPaginatedOperationSpec.GetTrashedFieldsPaginatedOperationSpecBuilder
- Enclosing class:
- GetTrashedFieldsPaginatedOperationSpec
public static class GetTrashedFieldsPaginatedOperationSpec.GetTrashedFieldsPaginatedOperationSpecBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()maxResults(@Nullable Integer maxResults) The maximum number of items to return per page.[Order](#ordering) the results by a field: *namesorts by the field name *trashDatesorts by the date the field was moved to the trash *plannedDeletionDatesorts by the planned deletion dateString used to perform a case-insensitive partial match with field names or descriptions.The index of the first item to return in a page of results (page offset).toString()
-
Method Details
-
startAt
public GetTrashedFieldsPaginatedOperationSpec.GetTrashedFieldsPaginatedOperationSpecBuilder startAt(@Nullable @Nullable Long startAt) The index of the first item to return in a page of results (page offset).- Returns:
this.
-
maxResults
public GetTrashedFieldsPaginatedOperationSpec.GetTrashedFieldsPaginatedOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Returns:
this.
-
id
public GetTrashedFieldsPaginatedOperationSpec.GetTrashedFieldsPaginatedOperationSpecBuilder id(@Nullable @Nullable Set<String> id) - Returns:
this.
-
query
public GetTrashedFieldsPaginatedOperationSpec.GetTrashedFieldsPaginatedOperationSpecBuilder query(@Nullable @Nullable String query) String used to perform a case-insensitive partial match with field names or descriptions.- Returns:
this.
-
expand
public GetTrashedFieldsPaginatedOperationSpec.GetTrashedFieldsPaginatedOperationSpecBuilder expand(@Nullable @Nullable String expand) - Returns:
this.
-
orderBy
public GetTrashedFieldsPaginatedOperationSpec.GetTrashedFieldsPaginatedOperationSpecBuilder orderBy(@Nullable @Nullable String orderBy) [Order](#ordering) the results by a field: *namesorts by the field name *trashDatesorts by the date the field was moved to the trash *plannedDeletionDatesorts by the planned deletion date- Returns:
this.
-
build
-
toString
-