Klasse GetFieldsPaginatedOperationSpec.GetFieldsPaginatedOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.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, wherequery
is specified, filter.maxResults
(@Nullable Integer maxResults) The maximum number of items to return per page.[Order](#ordering) the results by a field: *contextsCount
sorts by the number of contexts related to a field *lastUsed
sorts by the date when the value of the field last changed *name
sorts by the field name *screensCount
sorts 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, wherequery
is 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: *contextsCount
sorts by the number of contexts related to a field *lastUsed
sorts by the date when the value of the field last changed *name
sorts by the field name *screensCount
sorts 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: *key
returns the key for each field *lastUsed
returns the date when the value of the field last changed *screensCount
returns the number of screens related to a field *contextsCount
returns the number of contexts related to a field *isLocked
returns information about whether the field is [locked](https://confluence.atlassian.com/x/ZSN7Og) *searcherKey
returns the searcher key for each custom field- Gibt zurück:
this
.
-
build
-
toString
-