public interface IClaimsMappingPolicyCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
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)
Sets the skip token value for the request
|
IClaimsMappingPolicyCollectionRequest |
top(int value)
Sets the top value for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super IClaimsMappingPolicyCollectionPage> callback)
IClaimsMappingPolicyCollectionPage get() throws ClientException
ClientExceptionvoid post(ClaimsMappingPolicy newClaimsMappingPolicy, ICallback<? super ClaimsMappingPolicy> callback)
ClaimsMappingPolicy post(ClaimsMappingPolicy newClaimsMappingPolicy) throws ClientException
ClientExceptionIClaimsMappingPolicyCollectionRequest expand(java.lang.String value)
value - the expand clauseIClaimsMappingPolicyCollectionRequest filter(java.lang.String value)
value - the filter clauseIClaimsMappingPolicyCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIClaimsMappingPolicyCollectionRequest select(java.lang.String value)
value - the select clauseIClaimsMappingPolicyCollectionRequest top(int value)
value - the max number of items to returnIClaimsMappingPolicyCollectionRequest skip(int value)
value - of the number of items to skipIClaimsMappingPolicyCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination