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