public class IdentityProviderCollectionRequest extends BaseCollectionRequest<IdentityProviderCollectionResponse,IIdentityProviderCollectionPage> implements IIdentityProviderCollectionRequest
| Constructor and Description |
|---|
IdentityProviderCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of IdentityProvider
|
| Modifier and Type | Method and Description |
|---|---|
IIdentityProviderCollectionPage |
buildFromResponse(IdentityProviderCollectionResponse response) |
IIdentityProviderCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IIdentityProviderCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IIdentityProviderCollectionPage |
get() |
void |
get(ICallback<? super IIdentityProviderCollectionPage> callback) |
IIdentityProviderCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
IdentityProvider |
post(IdentityProvider newIdentityProvider) |
void |
post(IdentityProvider newIdentityProvider,
ICallback<? super IdentityProvider> callback) |
IIdentityProviderCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IIdentityProviderCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IIdentityProviderCollectionRequest |
skipToken(java.lang.String skipToken)
Add Skip token for pagination
|
IIdentityProviderCollectionRequest |
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 IdentityProviderCollectionRequest(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 IIdentityProviderCollectionPage> callback)
get in interface IIdentityProviderCollectionRequestpublic IIdentityProviderCollectionPage get() throws ClientException
get in interface IIdentityProviderCollectionRequestClientExceptionpublic void post(IdentityProvider newIdentityProvider, ICallback<? super IdentityProvider> callback)
post in interface IIdentityProviderCollectionRequestpublic IdentityProvider post(IdentityProvider newIdentityProvider) throws ClientException
post in interface IIdentityProviderCollectionRequestClientExceptionpublic IIdentityProviderCollectionRequest expand(java.lang.String value)
expand in interface IIdentityProviderCollectionRequestvalue - the expand clausepublic IIdentityProviderCollectionRequest filter(java.lang.String value)
filter in interface IIdentityProviderCollectionRequestvalue - the filter clausepublic IIdentityProviderCollectionRequest orderBy(java.lang.String value)
orderBy in interface IIdentityProviderCollectionRequestvalue - the order by clausepublic IIdentityProviderCollectionRequest select(java.lang.String value)
select in interface IIdentityProviderCollectionRequestvalue - the select clausepublic IIdentityProviderCollectionRequest top(int value)
top in interface IIdentityProviderCollectionRequestvalue - the max number of items to returnpublic IIdentityProviderCollectionRequest skip(int value)
skip in interface IIdentityProviderCollectionRequestvalue - of the number of items to skippublic IIdentityProviderCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IIdentityProviderCollectionRequestskipToken - - Token for paginationpublic IIdentityProviderCollectionPage buildFromResponse(IdentityProviderCollectionResponse response)