public class TokenLifetimePolicyCollectionRequest extends BaseCollectionRequest<TokenLifetimePolicyCollectionResponse,ITokenLifetimePolicyCollectionPage> implements ITokenLifetimePolicyCollectionRequest
| Constructor and Description |
|---|
TokenLifetimePolicyCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of TokenLifetimePolicy
|
| Modifier and Type | Method and Description |
|---|---|
ITokenLifetimePolicyCollectionPage |
buildFromResponse(TokenLifetimePolicyCollectionResponse response) |
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)
Add Skip token for pagination
|
ITokenLifetimePolicyCollectionRequest |
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 TokenLifetimePolicyCollectionRequest(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 ITokenLifetimePolicyCollectionPage> callback)
get in interface ITokenLifetimePolicyCollectionRequestpublic ITokenLifetimePolicyCollectionPage get() throws ClientException
get in interface ITokenLifetimePolicyCollectionRequestClientExceptionpublic void post(TokenLifetimePolicy newTokenLifetimePolicy, ICallback<? super TokenLifetimePolicy> callback)
post in interface ITokenLifetimePolicyCollectionRequestpublic TokenLifetimePolicy post(TokenLifetimePolicy newTokenLifetimePolicy) throws ClientException
post in interface ITokenLifetimePolicyCollectionRequestClientExceptionpublic ITokenLifetimePolicyCollectionRequest expand(java.lang.String value)
expand in interface ITokenLifetimePolicyCollectionRequestvalue - the expand clausepublic ITokenLifetimePolicyCollectionRequest filter(java.lang.String value)
filter in interface ITokenLifetimePolicyCollectionRequestvalue - the filter clausepublic ITokenLifetimePolicyCollectionRequest orderBy(java.lang.String value)
orderBy in interface ITokenLifetimePolicyCollectionRequestvalue - the order by clausepublic ITokenLifetimePolicyCollectionRequest select(java.lang.String value)
select in interface ITokenLifetimePolicyCollectionRequestvalue - the select clausepublic ITokenLifetimePolicyCollectionRequest top(int value)
top in interface ITokenLifetimePolicyCollectionRequestvalue - the max number of items to returnpublic ITokenLifetimePolicyCollectionRequest skip(int value)
skip in interface ITokenLifetimePolicyCollectionRequestvalue - of the number of items to skippublic ITokenLifetimePolicyCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface ITokenLifetimePolicyCollectionRequestskipToken - - Token for paginationpublic ITokenLifetimePolicyCollectionPage buildFromResponse(TokenLifetimePolicyCollectionResponse response)