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