public class ClaimsMappingPolicyCollectionWithReferencesRequest extends BaseCollectionRequest<ClaimsMappingPolicyCollectionResponse,IClaimsMappingPolicyCollectionPage> implements IClaimsMappingPolicyCollectionWithReferencesRequest
| Constructor and Description |
|---|
ClaimsMappingPolicyCollectionWithReferencesRequest(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 |
|---|---|
IClaimsMappingPolicyCollectionWithReferencesPage |
buildFromResponse(ClaimsMappingPolicyCollectionResponse response) |
IClaimsMappingPolicyCollectionWithReferencesRequest |
expand(java.lang.String value) |
IClaimsMappingPolicyCollectionWithReferencesRequest |
filter(java.lang.String value) |
IClaimsMappingPolicyCollectionWithReferencesPage |
get() |
void |
get(ICallback<? super IClaimsMappingPolicyCollectionWithReferencesPage> callback) |
IClaimsMappingPolicyCollectionWithReferencesRequest |
orderBy(java.lang.String value) |
IClaimsMappingPolicyCollectionWithReferencesRequest |
select(java.lang.String value) |
IClaimsMappingPolicyCollectionWithReferencesRequest |
top(int value) |
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 ClaimsMappingPolicyCollectionWithReferencesRequest(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 IClaimsMappingPolicyCollectionWithReferencesPage> callback)
get in interface IClaimsMappingPolicyCollectionWithReferencesRequestpublic IClaimsMappingPolicyCollectionWithReferencesPage get() throws ClientException
get in interface IClaimsMappingPolicyCollectionWithReferencesRequestClientExceptionpublic IClaimsMappingPolicyCollectionWithReferencesRequest expand(java.lang.String value)
expand in interface IClaimsMappingPolicyCollectionWithReferencesRequestpublic IClaimsMappingPolicyCollectionWithReferencesRequest filter(java.lang.String value)
public IClaimsMappingPolicyCollectionWithReferencesRequest orderBy(java.lang.String value)
public IClaimsMappingPolicyCollectionWithReferencesRequest select(java.lang.String value)
select in interface IClaimsMappingPolicyCollectionWithReferencesRequestpublic IClaimsMappingPolicyCollectionWithReferencesRequest top(int value)
top in interface IClaimsMappingPolicyCollectionWithReferencesRequestpublic IClaimsMappingPolicyCollectionWithReferencesPage buildFromResponse(ClaimsMappingPolicyCollectionResponse response)