Klasse GetTrashedFieldsPaginatedOperationSpec.GetTrashedFieldsPaginatedOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetTrashedFieldsPaginatedOperationSpec.GetTrashedFieldsPaginatedOperationSpecBuilder
- Umschließende Klasse:
GetTrashedFieldsPaginatedOperationSpec
public static class GetTrashedFieldsPaginatedOperationSpec.GetTrashedFieldsPaginatedOperationSpecBuilder
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: *name
sorts by the field name *trashDate
sorts by the date the field was moved to the trash *plannedDeletionDate
sorts 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()
-
Methodendetails
-
startAt
public GetTrashedFieldsPaginatedOperationSpec.GetTrashedFieldsPaginatedOperationSpecBuilder 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 GetTrashedFieldsPaginatedOperationSpec.GetTrashedFieldsPaginatedOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Gibt zurück:
this
.
-
id
public GetTrashedFieldsPaginatedOperationSpec.GetTrashedFieldsPaginatedOperationSpecBuilder id(@Nullable @Nullable Set<String> id) - Gibt zurück:
this
.
-
query
public GetTrashedFieldsPaginatedOperationSpec.GetTrashedFieldsPaginatedOperationSpecBuilder query(@Nullable @Nullable String query) String used to perform a case-insensitive partial match with field names or descriptions.- Gibt zurück:
this
.
-
expand
public GetTrashedFieldsPaginatedOperationSpec.GetTrashedFieldsPaginatedOperationSpecBuilder expand(@Nullable @Nullable String expand) - Gibt zurück:
this
.
-
orderBy
public GetTrashedFieldsPaginatedOperationSpec.GetTrashedFieldsPaginatedOperationSpecBuilder orderBy(@Nullable @Nullable String orderBy) [Order](#ordering) the results by a field: *name
sorts by the field name *trashDate
sorts by the date the field was moved to the trash *plannedDeletionDate
sorts by the planned deletion date- Gibt zurück:
this
.
-
build
-
toString
-