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