public class IssueSecurityLevelApi extends Object
| Constructor and Description |
|---|
IssueSecurityLevelApi(org.everit.http.restclient.RestClient restClient) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<SecurityLevel> |
getIssueSecurityLevel(String id,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get issue security level
|
public IssueSecurityLevelApi(org.everit.http.restclient.RestClient restClient)
public io.reactivex.Single<SecurityLevel> getIssueSecurityLevel(String id, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Returns details of an issue security level.
Use Get issue security scheme to obtain the IDs of issue security levels associated with the issue security scheme.
This operation can be accessed anonymously.
Permissions required: None.
id - The ID of the issue security level.
(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–2019 Everit Kft.. All rights reserved.