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