public class IssuePrioritiesApi extends Object
| Constructor and Description |
|---|
IssuePrioritiesApi(org.everit.http.restclient.RestClient restClient) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<List<Priority>> |
getPriorities(Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get priorities
Returns the list of all issue priorities.
|
io.reactivex.Single<Priority> |
getPriority(String id,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get priority
Returns an issue priority.
|
public IssuePrioritiesApi(org.everit.http.restclient.RestClient restClient)
public io.reactivex.Single<List<Priority>> getPriorities(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.
public io.reactivex.Single<Priority> getPriority(String id, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
id - The ID of the issue priority. (required)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.