public interface IDeviceEnrollmentConfigurationRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super DeviceEnrollmentConfiguration> callback)
Delete this item from the service
|
IDeviceEnrollmentConfigurationRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
DeviceEnrollmentConfiguration |
get()
Gets the DeviceEnrollmentConfiguration from the service
|
void |
get(ICallback<? super DeviceEnrollmentConfiguration> callback)
Gets the DeviceEnrollmentConfiguration from the service
|
DeviceEnrollmentConfiguration |
patch(DeviceEnrollmentConfiguration sourceDeviceEnrollmentConfiguration)
Patches this DeviceEnrollmentConfiguration with a source
|
void |
patch(DeviceEnrollmentConfiguration sourceDeviceEnrollmentConfiguration,
ICallback<? super DeviceEnrollmentConfiguration> callback)
Patches this DeviceEnrollmentConfiguration with a source
|
DeviceEnrollmentConfiguration |
post(DeviceEnrollmentConfiguration newDeviceEnrollmentConfiguration)
Posts a DeviceEnrollmentConfiguration with a new object
|
void |
post(DeviceEnrollmentConfiguration newDeviceEnrollmentConfiguration,
ICallback<? super DeviceEnrollmentConfiguration> callback)
Posts a DeviceEnrollmentConfiguration with a new object
|
DeviceEnrollmentConfiguration |
put(DeviceEnrollmentConfiguration newDeviceEnrollmentConfiguration)
Posts a DeviceEnrollmentConfiguration with a new object
|
void |
put(DeviceEnrollmentConfiguration newDeviceEnrollmentConfiguration,
ICallback<? super DeviceEnrollmentConfiguration> callback)
Posts a DeviceEnrollmentConfiguration with a new object
|
IDeviceEnrollmentConfigurationRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super DeviceEnrollmentConfiguration> callback)
callback - the callback to be called after success or failureDeviceEnrollmentConfiguration get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<? super DeviceEnrollmentConfiguration> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(DeviceEnrollmentConfiguration sourceDeviceEnrollmentConfiguration, ICallback<? super DeviceEnrollmentConfiguration> callback)
sourceDeviceEnrollmentConfiguration - the source object with updatescallback - the callback to be called after success or failureDeviceEnrollmentConfiguration patch(DeviceEnrollmentConfiguration sourceDeviceEnrollmentConfiguration) throws ClientException
sourceDeviceEnrollmentConfiguration - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(DeviceEnrollmentConfiguration newDeviceEnrollmentConfiguration, ICallback<? super DeviceEnrollmentConfiguration> callback)
newDeviceEnrollmentConfiguration - the new object to createcallback - the callback to be called after success or failureDeviceEnrollmentConfiguration post(DeviceEnrollmentConfiguration newDeviceEnrollmentConfiguration) throws ClientException
newDeviceEnrollmentConfiguration - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonvoid put(DeviceEnrollmentConfiguration newDeviceEnrollmentConfiguration, ICallback<? super DeviceEnrollmentConfiguration> callback)
newDeviceEnrollmentConfiguration - the object to create/updatecallback - the callback to be called after success or failureDeviceEnrollmentConfiguration put(DeviceEnrollmentConfiguration newDeviceEnrollmentConfiguration) throws ClientException
newDeviceEnrollmentConfiguration - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonIDeviceEnrollmentConfigurationRequest select(java.lang.String value)
value - the select clauseIDeviceEnrollmentConfigurationRequest expand(java.lang.String value)
value - the expand clause