public interface IDeviceComplianceDeviceOverviewRequest extends IHttpRequest
Modifier and Type | Method and Description |
---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super DeviceComplianceDeviceOverview> callback)
Delete this item from the service
|
IDeviceComplianceDeviceOverviewRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
DeviceComplianceDeviceOverview |
get()
Gets the DeviceComplianceDeviceOverview from the service
|
void |
get(ICallback<? super DeviceComplianceDeviceOverview> callback)
Gets the DeviceComplianceDeviceOverview from the service
|
DeviceComplianceDeviceOverview |
patch(DeviceComplianceDeviceOverview sourceDeviceComplianceDeviceOverview)
Patches this DeviceComplianceDeviceOverview with a source
|
void |
patch(DeviceComplianceDeviceOverview sourceDeviceComplianceDeviceOverview,
ICallback<? super DeviceComplianceDeviceOverview> callback)
Patches this DeviceComplianceDeviceOverview with a source
|
DeviceComplianceDeviceOverview |
post(DeviceComplianceDeviceOverview newDeviceComplianceDeviceOverview)
Posts a DeviceComplianceDeviceOverview with a new object
|
void |
post(DeviceComplianceDeviceOverview newDeviceComplianceDeviceOverview,
ICallback<? super DeviceComplianceDeviceOverview> callback)
Posts a DeviceComplianceDeviceOverview with a new object
|
DeviceComplianceDeviceOverview |
put(DeviceComplianceDeviceOverview newDeviceComplianceDeviceOverview)
Posts a DeviceComplianceDeviceOverview with a new object
|
void |
put(DeviceComplianceDeviceOverview newDeviceComplianceDeviceOverview,
ICallback<? super DeviceComplianceDeviceOverview> callback)
Posts a DeviceComplianceDeviceOverview with a new object
|
IDeviceComplianceDeviceOverviewRequest |
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, withHttpMethod
void get(ICallback<? super DeviceComplianceDeviceOverview> callback)
callback
- the callback to be called after success or failureDeviceComplianceDeviceOverview get() throws ClientException
ClientException
- this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<? super DeviceComplianceDeviceOverview> callback)
callback
- the callback when the deletion action has completedvoid delete() throws ClientException
ClientException
- if there was an exception during the delete operationvoid patch(DeviceComplianceDeviceOverview sourceDeviceComplianceDeviceOverview, ICallback<? super DeviceComplianceDeviceOverview> callback)
sourceDeviceComplianceDeviceOverview
- the source object with updatescallback
- the callback to be called after success or failureDeviceComplianceDeviceOverview patch(DeviceComplianceDeviceOverview sourceDeviceComplianceDeviceOverview) throws ClientException
sourceDeviceComplianceDeviceOverview
- the source object with updatesClientException
- this exception occurs if the request was unable to complete for any reasonvoid post(DeviceComplianceDeviceOverview newDeviceComplianceDeviceOverview, ICallback<? super DeviceComplianceDeviceOverview> callback)
newDeviceComplianceDeviceOverview
- the new object to createcallback
- the callback to be called after success or failureDeviceComplianceDeviceOverview post(DeviceComplianceDeviceOverview newDeviceComplianceDeviceOverview) throws ClientException
newDeviceComplianceDeviceOverview
- the new object to createClientException
- this exception occurs if the request was unable to complete for any reasonvoid put(DeviceComplianceDeviceOverview newDeviceComplianceDeviceOverview, ICallback<? super DeviceComplianceDeviceOverview> callback)
newDeviceComplianceDeviceOverview
- the object to create/updatecallback
- the callback to be called after success or failureDeviceComplianceDeviceOverview put(DeviceComplianceDeviceOverview newDeviceComplianceDeviceOverview) throws ClientException
newDeviceComplianceDeviceOverview
- the object to create/updateClientException
- this exception occurs if the request was unable to complete for any reasonIDeviceComplianceDeviceOverviewRequest select(java.lang.String value)
value
- the select clauseIDeviceComplianceDeviceOverviewRequest expand(java.lang.String value)
value
- the expand clause