public class AuthenticationMethodConfigurationCollectionRequest extends BaseCollectionRequest<AuthenticationMethodConfigurationCollectionResponse,IAuthenticationMethodConfigurationCollectionPage> implements IAuthenticationMethodConfigurationCollectionRequest
| Constructor and Description |
|---|
AuthenticationMethodConfigurationCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of AuthenticationMethodConfiguration
|
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 AuthenticationMethodConfigurationCollectionRequest(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 IAuthenticationMethodConfigurationCollectionPage> callback)
get in interface IAuthenticationMethodConfigurationCollectionRequestpublic IAuthenticationMethodConfigurationCollectionPage get() throws ClientException
get in interface IAuthenticationMethodConfigurationCollectionRequestClientExceptionpublic void post(AuthenticationMethodConfiguration newAuthenticationMethodConfiguration, ICallback<? super AuthenticationMethodConfiguration> callback)
post in interface IAuthenticationMethodConfigurationCollectionRequestpublic AuthenticationMethodConfiguration post(AuthenticationMethodConfiguration newAuthenticationMethodConfiguration) throws ClientException
post in interface IAuthenticationMethodConfigurationCollectionRequestClientExceptionpublic IAuthenticationMethodConfigurationCollectionRequest expand(java.lang.String value)
expand in interface IAuthenticationMethodConfigurationCollectionRequestvalue - the expand clausepublic IAuthenticationMethodConfigurationCollectionRequest filter(java.lang.String value)
filter in interface IAuthenticationMethodConfigurationCollectionRequestvalue - the filter clausepublic IAuthenticationMethodConfigurationCollectionRequest orderBy(java.lang.String value)
orderBy in interface IAuthenticationMethodConfigurationCollectionRequestvalue - the order by clausepublic IAuthenticationMethodConfigurationCollectionRequest select(java.lang.String value)
select in interface IAuthenticationMethodConfigurationCollectionRequestvalue - the select clausepublic IAuthenticationMethodConfigurationCollectionRequest top(int value)
top in interface IAuthenticationMethodConfigurationCollectionRequestvalue - the max number of items to returnpublic IAuthenticationMethodConfigurationCollectionRequest skip(int value)
skip in interface IAuthenticationMethodConfigurationCollectionRequestvalue - of the number of items to skippublic IAuthenticationMethodConfigurationCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IAuthenticationMethodConfigurationCollectionRequestskipToken - - Token for paginationpublic IAuthenticationMethodConfigurationCollectionPage buildFromResponse(AuthenticationMethodConfigurationCollectionResponse response)