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