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