public class ClaimsMappingPolicyWithReferenceRequest extends BaseRequest implements IClaimsMappingPolicyWithReferenceRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
ClaimsMappingPolicyWithReferenceRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the ClaimsMappingPolicy
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
void |
delete(ICallback<? super ClaimsMappingPolicy> callback) |
IClaimsMappingPolicyWithReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ClaimsMappingPolicy |
get() |
void |
get(ICallback<? super ClaimsMappingPolicy> callback) |
ClaimsMappingPolicy |
patch(ClaimsMappingPolicy sourceClaimsMappingPolicy) |
void |
patch(ClaimsMappingPolicy sourceClaimsMappingPolicy,
ICallback<? super ClaimsMappingPolicy> callback) |
ClaimsMappingPolicy |
post(ClaimsMappingPolicy newClaimsMappingPolicy,
IJsonBackedObject payload) |
void |
post(ClaimsMappingPolicy newClaimsMappingPolicy,
IJsonBackedObject payload,
ICallback<? super ClaimsMappingPolicy> callback) |
IClaimsMappingPolicyWithReferenceRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic ClaimsMappingPolicyWithReferenceRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void post(ClaimsMappingPolicy newClaimsMappingPolicy, IJsonBackedObject payload, ICallback<? super ClaimsMappingPolicy> callback)
post in interface IClaimsMappingPolicyWithReferenceRequestpublic ClaimsMappingPolicy post(ClaimsMappingPolicy newClaimsMappingPolicy, IJsonBackedObject payload) throws ClientException
post in interface IClaimsMappingPolicyWithReferenceRequestClientExceptionpublic void get(ICallback<? super ClaimsMappingPolicy> callback)
get in interface IClaimsMappingPolicyWithReferenceRequestpublic ClaimsMappingPolicy get() throws ClientException
get in interface IClaimsMappingPolicyWithReferenceRequestClientExceptionpublic void delete(ICallback<? super ClaimsMappingPolicy> callback)
delete in interface IClaimsMappingPolicyWithReferenceRequestpublic void delete()
throws ClientException
delete in interface IClaimsMappingPolicyWithReferenceRequestClientExceptionpublic void patch(ClaimsMappingPolicy sourceClaimsMappingPolicy, ICallback<? super ClaimsMappingPolicy> callback)
patch in interface IClaimsMappingPolicyWithReferenceRequestpublic ClaimsMappingPolicy patch(ClaimsMappingPolicy sourceClaimsMappingPolicy) throws ClientException
patch in interface IClaimsMappingPolicyWithReferenceRequestClientExceptionpublic IClaimsMappingPolicyWithReferenceRequest select(java.lang.String value)
select in interface IClaimsMappingPolicyWithReferenceRequestvalue - the select clausepublic IClaimsMappingPolicyWithReferenceRequest expand(java.lang.String value)
expand in interface IClaimsMappingPolicyWithReferenceRequestvalue - the expand clause