public interface IManagedAppConfigurationRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<ManagedAppConfiguration> callback)
Delete this item from the service
|
IManagedAppConfigurationRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ManagedAppConfiguration |
get()
Gets the ManagedAppConfiguration from the service
|
void |
get(ICallback<ManagedAppConfiguration> callback)
Gets the ManagedAppConfiguration from the service
|
ManagedAppConfiguration |
patch(ManagedAppConfiguration sourceManagedAppConfiguration)
Patches this ManagedAppConfiguration with a source
|
void |
patch(ManagedAppConfiguration sourceManagedAppConfiguration,
ICallback<ManagedAppConfiguration> callback)
Patches this ManagedAppConfiguration with a source
|
ManagedAppConfiguration |
post(ManagedAppConfiguration newManagedAppConfiguration)
Posts a ManagedAppConfiguration with a new object
|
void |
post(ManagedAppConfiguration newManagedAppConfiguration,
ICallback<ManagedAppConfiguration> callback)
Posts a ManagedAppConfiguration with a new object
|
IManagedAppConfigurationRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachesvoid get(ICallback<ManagedAppConfiguration> callback)
callback - the callback to be called after success or failureManagedAppConfiguration get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<ManagedAppConfiguration> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(ManagedAppConfiguration sourceManagedAppConfiguration, ICallback<ManagedAppConfiguration> callback)
sourceManagedAppConfiguration - the source object with updatescallback - the callback to be called after success or failureManagedAppConfiguration patch(ManagedAppConfiguration sourceManagedAppConfiguration) throws ClientException
sourceManagedAppConfiguration - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(ManagedAppConfiguration newManagedAppConfiguration, ICallback<ManagedAppConfiguration> callback)
newManagedAppConfiguration - the new object to createcallback - the callback to be called after success or failureManagedAppConfiguration post(ManagedAppConfiguration newManagedAppConfiguration) throws ClientException
newManagedAppConfiguration - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonIManagedAppConfigurationRequest select(java.lang.String value)
value - the select clauseIManagedAppConfigurationRequest expand(java.lang.String value)
value - the expand clause