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