| Package | Description |
|---|---|
| org.everit.atlassian.restclient.jiracloud.v2.api |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<PageBeanScreen> |
ScreensApi.getScreens(Optional<Long> startAt,
Optional<Integer> maxResults,
Optional<List<Long>> id,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get screens
Returns a [paginated](#pagination) list of all screens or those specified by one or more screen IDs.
|
io.reactivex.Single<PageBeanScreen> |
ScreensApi.getScreensForField(String fieldId,
Optional<Long> startAt,
Optional<Integer> maxResults,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get screens for a field
Returns a [paginated](#pagination) list of the screens a field is used in.
|
Copyright © 2011–2021 Everit Kft.. All rights reserved.