public class UiModificationsAppsApi extends Object
| Constructor and Description |
|---|
UiModificationsAppsApi(org.everit.http.restclient.RestClient restClient) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<UiModificationIdentifiers> |
createUiModification(CreateUiModificationDetails createUiModificationDetails,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Create UI modification
Creates a UI modification.
|
io.reactivex.Single<Object> |
deleteUiModification(String uiModificationId,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Delete UI modification
Deletes a UI modification.
|
io.reactivex.Single<PageBeanUiModificationDetails> |
getUiModifications(Optional<Long> startAt,
Optional<Integer> maxResults,
Optional<String> expand,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get UI modifications
Gets UI modifications.
|
io.reactivex.Single<Object> |
updateUiModification(String uiModificationId,
UpdateUiModificationDetails updateUiModificationDetails,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Update UI modification
Updates a UI modification.
|
public UiModificationsAppsApi(org.everit.http.restclient.RestClient restClient)
public io.reactivex.Single<UiModificationIdentifiers> createUiModification(CreateUiModificationDetails createUiModificationDetails, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
createUiModificationDetails - Details of the UI modification. (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<Object> deleteUiModification(String uiModificationId, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
uiModificationId - The ID of the UI modification. (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<PageBeanUiModificationDetails> getUiModifications(Optional<Long> startAt, Optional<Integer> maxResults, Optional<String> expand, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
startAt - The index of the first item to return in a page of results (page offset). (optional, default to 0l)maxResults - The maximum number of items to return per page. (optional, default to 50)expand - Use expand to include additional information in the response. This parameter accepts a comma-separated list. Expand options include: * `data` Returns UI modification data. * `contexts` Returns UI modification contexts. (optional)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> updateUiModification(String uiModificationId, UpdateUiModificationDetails updateUiModificationDetails, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
uiModificationId - The ID of the UI modification. (required)updateUiModificationDetails - Details of the UI modification. (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.