public interface IClaimsMappingPolicyReferenceRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
ClaimsMappingPolicy |
delete() |
void |
delete(ICallback<? super ClaimsMappingPolicy> callback) |
IClaimsMappingPolicyReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ClaimsMappingPolicy |
put(ClaimsMappingPolicy srcClaimsMappingPolicy)
Puts the ClaimsMappingPolicy
|
void |
put(ClaimsMappingPolicy srcClaimsMappingPolicy,
ICallback<? super ClaimsMappingPolicy> callback)
Puts the ClaimsMappingPolicy
|
IClaimsMappingPolicyReferenceRequest |
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 delete(ICallback<? super ClaimsMappingPolicy> callback)
ClaimsMappingPolicy delete() throws ClientException
ClientExceptionIClaimsMappingPolicyReferenceRequest select(java.lang.String value)
value - the select clauseIClaimsMappingPolicyReferenceRequest expand(java.lang.String value)
value - the expand clausevoid put(ClaimsMappingPolicy srcClaimsMappingPolicy, ICallback<? super ClaimsMappingPolicy> callback)
srcClaimsMappingPolicy - the ClaimsMappingPolicy to PUTcallback - the callback to be called after success or failureClaimsMappingPolicy put(ClaimsMappingPolicy srcClaimsMappingPolicy) throws ClientException
srcClaimsMappingPolicy - the ClaimsMappingPolicy to PUTClientException - an exception occurs if there was an error while the request was sent