public interface IAndroidWorkProfileGeneralDeviceConfigurationRequest extends IHttpRequest
Modifier and Type | Method and Description |
---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<AndroidWorkProfileGeneralDeviceConfiguration> callback)
Delete this item from the service
|
IAndroidWorkProfileGeneralDeviceConfigurationRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
AndroidWorkProfileGeneralDeviceConfiguration |
get()
Gets the AndroidWorkProfileGeneralDeviceConfiguration from the service
|
void |
get(ICallback<AndroidWorkProfileGeneralDeviceConfiguration> callback)
Gets the AndroidWorkProfileGeneralDeviceConfiguration from the service
|
AndroidWorkProfileGeneralDeviceConfiguration |
patch(AndroidWorkProfileGeneralDeviceConfiguration sourceAndroidWorkProfileGeneralDeviceConfiguration)
Patches this AndroidWorkProfileGeneralDeviceConfiguration with a source
|
void |
patch(AndroidWorkProfileGeneralDeviceConfiguration sourceAndroidWorkProfileGeneralDeviceConfiguration,
ICallback<AndroidWorkProfileGeneralDeviceConfiguration> callback)
Patches this AndroidWorkProfileGeneralDeviceConfiguration with a source
|
AndroidWorkProfileGeneralDeviceConfiguration |
post(AndroidWorkProfileGeneralDeviceConfiguration newAndroidWorkProfileGeneralDeviceConfiguration)
Posts a AndroidWorkProfileGeneralDeviceConfiguration with a new object
|
void |
post(AndroidWorkProfileGeneralDeviceConfiguration newAndroidWorkProfileGeneralDeviceConfiguration,
ICallback<AndroidWorkProfileGeneralDeviceConfiguration> callback)
Posts a AndroidWorkProfileGeneralDeviceConfiguration with a new object
|
IAndroidWorkProfileGeneralDeviceConfigurationRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getHeaders, getHttpMethod, getOptions, getRequestUrl, getUseCaches, setUseCaches
void get(ICallback<AndroidWorkProfileGeneralDeviceConfiguration> callback)
callback
- the callback to be called after success or failureAndroidWorkProfileGeneralDeviceConfiguration get() throws ClientException
ClientException
- this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<AndroidWorkProfileGeneralDeviceConfiguration> callback)
callback
- the callback when the deletion action has completedvoid delete() throws ClientException
ClientException
- if there was an exception during the delete operationvoid patch(AndroidWorkProfileGeneralDeviceConfiguration sourceAndroidWorkProfileGeneralDeviceConfiguration, ICallback<AndroidWorkProfileGeneralDeviceConfiguration> callback)
sourceAndroidWorkProfileGeneralDeviceConfiguration
- the source object with updatescallback
- the callback to be called after success or failureAndroidWorkProfileGeneralDeviceConfiguration patch(AndroidWorkProfileGeneralDeviceConfiguration sourceAndroidWorkProfileGeneralDeviceConfiguration) throws ClientException
sourceAndroidWorkProfileGeneralDeviceConfiguration
- the source object with updatesClientException
- this exception occurs if the request was unable to complete for any reasonvoid post(AndroidWorkProfileGeneralDeviceConfiguration newAndroidWorkProfileGeneralDeviceConfiguration, ICallback<AndroidWorkProfileGeneralDeviceConfiguration> callback)
newAndroidWorkProfileGeneralDeviceConfiguration
- the new object to createcallback
- the callback to be called after success or failureAndroidWorkProfileGeneralDeviceConfiguration post(AndroidWorkProfileGeneralDeviceConfiguration newAndroidWorkProfileGeneralDeviceConfiguration) throws ClientException
newAndroidWorkProfileGeneralDeviceConfiguration
- the new object to createClientException
- this exception occurs if the request was unable to complete for any reasonIAndroidWorkProfileGeneralDeviceConfigurationRequest select(java.lang.String value)
value
- the select clauseIAndroidWorkProfileGeneralDeviceConfigurationRequest expand(java.lang.String value)
value
- the expand clause