public class AppPropertiesApi extends Object
| Constructor and Description |
|---|
AppPropertiesApi(org.everit.http.restclient.RestClient restClient) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Completable |
addonPropertiesResourceDeleteAddonPropertyDelete(String addonKey,
String propertyKey,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Delete app property
Deletes an app's property.
|
io.reactivex.Single<PropertyKeys> |
addonPropertiesResourceGetAddonPropertiesGet(String addonKey,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get app properties
Gets all the properties of an app.
|
io.reactivex.Single<EntityProperty> |
addonPropertiesResourceGetAddonPropertyGet(String addonKey,
String propertyKey,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get app property
Returns the key and value of an app's property.
|
io.reactivex.Single<OperationMessage> |
addonPropertiesResourcePutAddonPropertyPut(String addonKey,
String propertyKey,
Object body,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Set app property
Sets the value of an app's property.
|
public AppPropertiesApi(org.everit.http.restclient.RestClient restClient)
public io.reactivex.Completable addonPropertiesResourceDeleteAddonPropertyDelete(String addonKey, String propertyKey, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
addonKey - The key of the app, as defined in its descriptor. (required)propertyKey - The key of the property. (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<PropertyKeys> addonPropertiesResourceGetAddonPropertiesGet(String addonKey, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
addonKey - The key of the app, as defined in its descriptor. (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<EntityProperty> addonPropertiesResourceGetAddonPropertyGet(String addonKey, String propertyKey, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
addonKey - The key of the app, as defined in its descriptor. (required)propertyKey - The key of the property. (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<OperationMessage> addonPropertiesResourcePutAddonPropertyPut(String addonKey, String propertyKey, Object body, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
addonKey - The key of the app, as defined in its descriptor. (required)propertyKey - The key of the property. (required)body - (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.