public class AuthenticationMethodCollectionRequest extends BaseCollectionRequest<AuthenticationMethodCollectionResponse,IAuthenticationMethodCollectionPage> implements IAuthenticationMethodCollectionRequest
| Constructor and Description |
|---|
AuthenticationMethodCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of AuthenticationMethod
|
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 AuthenticationMethodCollectionRequest(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 IAuthenticationMethodCollectionPage> callback)
get in interface IAuthenticationMethodCollectionRequestpublic IAuthenticationMethodCollectionPage get() throws ClientException
get in interface IAuthenticationMethodCollectionRequestClientExceptionpublic void post(AuthenticationMethod newAuthenticationMethod, ICallback<? super AuthenticationMethod> callback)
post in interface IAuthenticationMethodCollectionRequestpublic AuthenticationMethod post(AuthenticationMethod newAuthenticationMethod) throws ClientException
post in interface IAuthenticationMethodCollectionRequestClientExceptionpublic IAuthenticationMethodCollectionRequest expand(java.lang.String value)
expand in interface IAuthenticationMethodCollectionRequestvalue - the expand clausepublic IAuthenticationMethodCollectionRequest filter(java.lang.String value)
filter in interface IAuthenticationMethodCollectionRequestvalue - the filter clausepublic IAuthenticationMethodCollectionRequest orderBy(java.lang.String value)
orderBy in interface IAuthenticationMethodCollectionRequestvalue - the order by clausepublic IAuthenticationMethodCollectionRequest select(java.lang.String value)
select in interface IAuthenticationMethodCollectionRequestvalue - the select clausepublic IAuthenticationMethodCollectionRequest top(int value)
top in interface IAuthenticationMethodCollectionRequestvalue - the max number of items to returnpublic IAuthenticationMethodCollectionRequest skip(int value)
skip in interface IAuthenticationMethodCollectionRequestvalue - of the number of items to skippublic IAuthenticationMethodCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IAuthenticationMethodCollectionRequestskipToken - - Token for paginationpublic IAuthenticationMethodCollectionPage buildFromResponse(AuthenticationMethodCollectionResponse response)