public class ClaimsMappingPolicyCollectionReferenceRequest extends BaseCollectionRequest<ClaimsMappingPolicyCollectionResponse,IClaimsMappingPolicyCollectionPage> implements IClaimsMappingPolicyCollectionReferenceRequest
| Constructor and Description |
|---|
ClaimsMappingPolicyCollectionReferenceRequest(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 |
|---|---|
IClaimsMappingPolicyCollectionReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IClaimsMappingPolicyCollectionReferenceRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IClaimsMappingPolicyCollectionReferenceRequest |
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) |
IClaimsMappingPolicyCollectionReferenceRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IClaimsMappingPolicyCollectionReferenceRequest |
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, withHttpMethodpublic ClaimsMappingPolicyCollectionReferenceRequest(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, ICallback<? super ClaimsMappingPolicy> callback)
post in interface IClaimsMappingPolicyCollectionReferenceRequestpublic ClaimsMappingPolicy post(ClaimsMappingPolicy newClaimsMappingPolicy) throws ClientException
post in interface IClaimsMappingPolicyCollectionReferenceRequestClientExceptionpublic IClaimsMappingPolicyCollectionReferenceRequest expand(java.lang.String value)
value - the expand clausepublic IClaimsMappingPolicyCollectionReferenceRequest filter(java.lang.String value)
value - the filter clausepublic IClaimsMappingPolicyCollectionReferenceRequest orderBy(java.lang.String value)
value - the sort clausepublic IClaimsMappingPolicyCollectionReferenceRequest select(java.lang.String value)
select in interface IClaimsMappingPolicyCollectionReferenceRequestvalue - the select clausepublic IClaimsMappingPolicyCollectionReferenceRequest top(int value)
top in interface IClaimsMappingPolicyCollectionReferenceRequestvalue - the max number of items to return