public interface IManagedDeviceMobileAppConfigurationRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<ManagedDeviceMobileAppConfiguration> callback)
Delete this item from the service
|
IManagedDeviceMobileAppConfigurationRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ManagedDeviceMobileAppConfiguration |
get()
Gets the ManagedDeviceMobileAppConfiguration from the service
|
void |
get(ICallback<ManagedDeviceMobileAppConfiguration> callback)
Gets the ManagedDeviceMobileAppConfiguration from the service
|
ManagedDeviceMobileAppConfiguration |
patch(ManagedDeviceMobileAppConfiguration sourceManagedDeviceMobileAppConfiguration)
Patches this ManagedDeviceMobileAppConfiguration with a source
|
void |
patch(ManagedDeviceMobileAppConfiguration sourceManagedDeviceMobileAppConfiguration,
ICallback<ManagedDeviceMobileAppConfiguration> callback)
Patches this ManagedDeviceMobileAppConfiguration with a source
|
ManagedDeviceMobileAppConfiguration |
post(ManagedDeviceMobileAppConfiguration newManagedDeviceMobileAppConfiguration)
Posts a ManagedDeviceMobileAppConfiguration with a new object
|
void |
post(ManagedDeviceMobileAppConfiguration newManagedDeviceMobileAppConfiguration,
ICallback<ManagedDeviceMobileAppConfiguration> callback)
Posts a ManagedDeviceMobileAppConfiguration with a new object
|
IManagedDeviceMobileAppConfigurationRequest |
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<ManagedDeviceMobileAppConfiguration> callback)
callback - the callback to be called after success or failureManagedDeviceMobileAppConfiguration get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<ManagedDeviceMobileAppConfiguration> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(ManagedDeviceMobileAppConfiguration sourceManagedDeviceMobileAppConfiguration, ICallback<ManagedDeviceMobileAppConfiguration> callback)
sourceManagedDeviceMobileAppConfiguration - the source object with updatescallback - the callback to be called after success or failureManagedDeviceMobileAppConfiguration patch(ManagedDeviceMobileAppConfiguration sourceManagedDeviceMobileAppConfiguration) throws ClientException
sourceManagedDeviceMobileAppConfiguration - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(ManagedDeviceMobileAppConfiguration newManagedDeviceMobileAppConfiguration, ICallback<ManagedDeviceMobileAppConfiguration> callback)
newManagedDeviceMobileAppConfiguration - the new object to createcallback - the callback to be called after success or failureManagedDeviceMobileAppConfiguration post(ManagedDeviceMobileAppConfiguration newManagedDeviceMobileAppConfiguration) throws ClientException
newManagedDeviceMobileAppConfiguration - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonIManagedDeviceMobileAppConfigurationRequest select(java.lang.String value)
value - the select clauseIManagedDeviceMobileAppConfigurationRequest expand(java.lang.String value)
value - the expand clause