public class AvatarApi extends Object
| Constructor and Description |
|---|
AvatarApi(org.everit.http.restclient.RestClient restClient) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<SystemAvatars> |
getAllSystemAvatars(String type,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get system avatars by type
Returns a list of system avatar details by owner type, where the owner types are issue type, project, or user.
|
public io.reactivex.Single<SystemAvatars> getAllSystemAvatars(String type, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Returns a list of system avatar details by owner type, where the owner types are issue type, project, or user.
This operation can be accessed anonymously.
Permissions required: None.
type - The avatar type.
(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.