public class FieldSearchApi extends Object
| Constructor and Description |
|---|
FieldSearchApi(org.everit.http.restclient.RestClient restClient) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<PageBeanField> |
getFieldsPaginated(Optional<Long> startAt,
Optional<Integer> maxResults,
Optional<Boolean> isCustom,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get fields paginated
Returns a paginated list of fields for Classic Jira projects.
|
public FieldSearchApi(org.everit.http.restclient.RestClient restClient)
public io.reactivex.Single<PageBeanField> getFieldsPaginated(Optional<Long> startAt, Optional<Integer> maxResults, Optional<Boolean> isCustom, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Returns a paginated list of fields for Classic Jira projects. Only custom fields can be queried, isCustom must be set to true.
Permissions required: Administer Jira global permission.
startAt - The index of the first item to return in a page of results (page offset).
(optional, default to 0l)maxResults - The maximum number of items to return per page.
(optional, default to 50)isCustom - Should endpoint return Custom Fields (true), System Fields (false), or both (unset)
(optional)restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
Copyright © 2011–2021 Everit Kft.. All rights reserved.