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