public class AnnouncementBannerApi extends Object
| Constructor and Description |
|---|
AnnouncementBannerApi(org.everit.http.restclient.RestClient restClient) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<AnnouncementBannerConfiguration> |
getBanner(Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get announcement banner configuration
Returns the current announcement banner configuration.
|
io.reactivex.Single<Object> |
setBanner(AnnouncementBannerConfigurationUpdate announcementBannerConfigurationUpdate,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Update announcement banner configuration
Updates the announcement banner configuration.
|
public AnnouncementBannerApi(org.everit.http.restclient.RestClient restClient)
public io.reactivex.Single<AnnouncementBannerConfiguration> getBanner(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<Object> setBanner(AnnouncementBannerConfigurationUpdate announcementBannerConfigurationUpdate, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
announcementBannerConfigurationUpdate - (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–2023 Everit Kft.. All rights reserved.