Klasse GetFieldsPaginatedOperationSpec.GetFieldsPaginatedOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetFieldsPaginatedOperationSpec.GetFieldsPaginatedOperationSpecBuilder
- Umschließende Klasse:
GetFieldsPaginatedOperationSpec
public static class GetFieldsPaginatedOperationSpec.GetFieldsPaginatedOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()Use [expand](#expansion) to include additional information in the response.The IDs of the custom fields to return or, wherequeryis specified, filter.maxResults(@Nullable Integer maxResults) The maximum number of items to return per page.[Order](#ordering) the results by a field: *contextsCountsorts by the number of contexts related to a field *lastUsedsorts by the date when the value of the field last changed *namesorts by the field name *screensCountsorts by the number of screens related to a fieldString 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()The type of fields to search.
-
Methodendetails
-
startAt
public GetFieldsPaginatedOperationSpec.GetFieldsPaginatedOperationSpecBuilder 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 GetFieldsPaginatedOperationSpec.GetFieldsPaginatedOperationSpecBuilder maxResults(@Nullable @Nullable Integer maxResults) The maximum number of items to return per page.- Gibt zurück:
this.
-
type
public GetFieldsPaginatedOperationSpec.GetFieldsPaginatedOperationSpecBuilder type(@Nullable @Nullable List<String> type) The type of fields to search.- Gibt zurück:
this.
-
id
public GetFieldsPaginatedOperationSpec.GetFieldsPaginatedOperationSpecBuilder id(@Nullable @Nullable Set<String> id) The IDs of the custom fields to return or, wherequeryis specified, filter.- Gibt zurück:
this.
-
query
public GetFieldsPaginatedOperationSpec.GetFieldsPaginatedOperationSpecBuilder query(@Nullable @Nullable String query) String used to perform a case-insensitive partial match with field names or descriptions.- Gibt zurück:
this.
-
orderBy
public GetFieldsPaginatedOperationSpec.GetFieldsPaginatedOperationSpecBuilder orderBy(@Nullable @Nullable String orderBy) [Order](#ordering) the results by a field: *contextsCountsorts by the number of contexts related to a field *lastUsedsorts by the date when the value of the field last changed *namesorts by the field name *screensCountsorts by the number of screens related to a field- Gibt zurück:
this.
-
expand
public GetFieldsPaginatedOperationSpec.GetFieldsPaginatedOperationSpecBuilder expand(@Nullable @Nullable String expand) Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: *keyreturns the key for each field *lastUsedreturns the date when the value of the field last changed *screensCountreturns the number of screens related to a field *contextsCountreturns the number of contexts related to a field *isLockedreturns information about whether the field is [locked](https://confluence.atlassian.com/x/ZSN7Og) *searcherKeyreturns the searcher key for each custom field- Gibt zurück:
this.
-
build
-
toString
-