public interface ITokenLifetimePolicyCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
ITokenLifetimePolicyCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ITokenLifetimePolicyCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
ITokenLifetimePolicyCollectionPage |
get() |
void |
get(ICallback<? super ITokenLifetimePolicyCollectionPage> callback) |
ITokenLifetimePolicyCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
TokenLifetimePolicy |
post(TokenLifetimePolicy newTokenLifetimePolicy) |
void |
post(TokenLifetimePolicy newTokenLifetimePolicy,
ICallback<? super TokenLifetimePolicy> callback) |
ITokenLifetimePolicyCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ITokenLifetimePolicyCollectionRequest |
skip(int value)
Sets the skip value for the request
|
ITokenLifetimePolicyCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
ITokenLifetimePolicyCollectionRequest |
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 ITokenLifetimePolicyCollectionPage> callback)
ITokenLifetimePolicyCollectionPage get() throws ClientException
ClientExceptionvoid post(TokenLifetimePolicy newTokenLifetimePolicy, ICallback<? super TokenLifetimePolicy> callback)
TokenLifetimePolicy post(TokenLifetimePolicy newTokenLifetimePolicy) throws ClientException
ClientExceptionITokenLifetimePolicyCollectionRequest expand(java.lang.String value)
value - the expand clauseITokenLifetimePolicyCollectionRequest filter(java.lang.String value)
value - the filter clauseITokenLifetimePolicyCollectionRequest orderBy(java.lang.String value)
value - the order by clauseITokenLifetimePolicyCollectionRequest select(java.lang.String value)
value - the select clauseITokenLifetimePolicyCollectionRequest top(int value)
value - the max number of items to returnITokenLifetimePolicyCollectionRequest skip(int value)
value - of the number of items to skipITokenLifetimePolicyCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination