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