public class TokenLifetimePolicyCollectionReferenceRequest extends BaseCollectionRequest<TokenLifetimePolicyCollectionResponse,ITokenLifetimePolicyCollectionPage> implements ITokenLifetimePolicyCollectionReferenceRequest
| Constructor and Description |
|---|
TokenLifetimePolicyCollectionReferenceRequest(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 |
|---|---|
ITokenLifetimePolicyCollectionReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ITokenLifetimePolicyCollectionReferenceRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
ITokenLifetimePolicyCollectionReferenceRequest |
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) |
ITokenLifetimePolicyCollectionReferenceRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ITokenLifetimePolicyCollectionReferenceRequest |
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 TokenLifetimePolicyCollectionReferenceRequest(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(TokenLifetimePolicy newTokenLifetimePolicy, ICallback<? super TokenLifetimePolicy> callback)
post in interface ITokenLifetimePolicyCollectionReferenceRequestpublic TokenLifetimePolicy post(TokenLifetimePolicy newTokenLifetimePolicy) throws ClientException
post in interface ITokenLifetimePolicyCollectionReferenceRequestClientExceptionpublic ITokenLifetimePolicyCollectionReferenceRequest expand(java.lang.String value)
value - the expand clausepublic ITokenLifetimePolicyCollectionReferenceRequest filter(java.lang.String value)
value - the filter clausepublic ITokenLifetimePolicyCollectionReferenceRequest orderBy(java.lang.String value)
value - the sort clausepublic ITokenLifetimePolicyCollectionReferenceRequest select(java.lang.String value)
select in interface ITokenLifetimePolicyCollectionReferenceRequestvalue - the select clausepublic ITokenLifetimePolicyCollectionReferenceRequest top(int value)
top in interface ITokenLifetimePolicyCollectionReferenceRequestvalue - the max number of items to return