public class ClaimsMappingPolicyCollectionRequest extends BaseCollectionRequest<ClaimsMappingPolicyCollectionResponse,IClaimsMappingPolicyCollectionPage> implements IClaimsMappingPolicyCollectionRequest
| Constructor and Description |
|---|
ClaimsMappingPolicyCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of ClaimsMappingPolicy
|
| Modifier and Type | Method and Description |
|---|---|
IClaimsMappingPolicyCollectionPage |
buildFromResponse(ClaimsMappingPolicyCollectionResponse response) |
IClaimsMappingPolicyCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IClaimsMappingPolicyCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IClaimsMappingPolicyCollectionPage |
get() |
void |
get(ICallback<? super IClaimsMappingPolicyCollectionPage> callback) |
IClaimsMappingPolicyCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
ClaimsMappingPolicy |
post(ClaimsMappingPolicy newClaimsMappingPolicy) |
void |
post(ClaimsMappingPolicy newClaimsMappingPolicy,
ICallback<? super ClaimsMappingPolicy> callback) |
IClaimsMappingPolicyCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IClaimsMappingPolicyCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IClaimsMappingPolicyCollectionRequest |
skipToken(java.lang.String skipToken)
Add Skip token for pagination
|
IClaimsMappingPolicyCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, 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 ClaimsMappingPolicyCollectionRequest(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 get(ICallback<? super IClaimsMappingPolicyCollectionPage> callback)
get in interface IClaimsMappingPolicyCollectionRequestpublic IClaimsMappingPolicyCollectionPage get() throws ClientException
get in interface IClaimsMappingPolicyCollectionRequestClientExceptionpublic void post(ClaimsMappingPolicy newClaimsMappingPolicy, ICallback<? super ClaimsMappingPolicy> callback)
post in interface IClaimsMappingPolicyCollectionRequestpublic ClaimsMappingPolicy post(ClaimsMappingPolicy newClaimsMappingPolicy) throws ClientException
post in interface IClaimsMappingPolicyCollectionRequestClientExceptionpublic IClaimsMappingPolicyCollectionRequest expand(java.lang.String value)
expand in interface IClaimsMappingPolicyCollectionRequestvalue - the expand clausepublic IClaimsMappingPolicyCollectionRequest filter(java.lang.String value)
filter in interface IClaimsMappingPolicyCollectionRequestvalue - the filter clausepublic IClaimsMappingPolicyCollectionRequest orderBy(java.lang.String value)
orderBy in interface IClaimsMappingPolicyCollectionRequestvalue - the order by clausepublic IClaimsMappingPolicyCollectionRequest select(java.lang.String value)
select in interface IClaimsMappingPolicyCollectionRequestvalue - the select clausepublic IClaimsMappingPolicyCollectionRequest top(int value)
top in interface IClaimsMappingPolicyCollectionRequestvalue - the max number of items to returnpublic IClaimsMappingPolicyCollectionRequest skip(int value)
skip in interface IClaimsMappingPolicyCollectionRequestvalue - of the number of items to skippublic IClaimsMappingPolicyCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IClaimsMappingPolicyCollectionRequestskipToken - - Token for paginationpublic IClaimsMappingPolicyCollectionPage buildFromResponse(ClaimsMappingPolicyCollectionResponse response)