public class IssueResolutionsApi extends Object
| Constructor and Description |
|---|
IssueResolutionsApi(org.everit.http.restclient.RestClient restClient) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<Resolution> |
getResolution(String id,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get resolution
Returns an issue resolution value.
|
io.reactivex.Single<List<Resolution>> |
getResolutions(Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get resolutions
Returns a list of all issue resolution values.
|
public IssueResolutionsApi(org.everit.http.restclient.RestClient restClient)
public io.reactivex.Single<Resolution> getResolution(String id, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
id - The ID of the issue resolution value. (required)restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
public io.reactivex.Single<List<Resolution>> getResolutions(Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
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.