public class Fido2AuthenticationMethodCollectionRequest extends BaseCollectionRequest<Fido2AuthenticationMethodCollectionResponse,IFido2AuthenticationMethodCollectionPage> implements IFido2AuthenticationMethodCollectionRequest
| Constructor and Description |
|---|
Fido2AuthenticationMethodCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of Fido2AuthenticationMethod
|
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 Fido2AuthenticationMethodCollectionRequest(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 IFido2AuthenticationMethodCollectionPage> callback)
get in interface IFido2AuthenticationMethodCollectionRequestpublic IFido2AuthenticationMethodCollectionPage get() throws ClientException
get in interface IFido2AuthenticationMethodCollectionRequestClientExceptionpublic void post(Fido2AuthenticationMethod newFido2AuthenticationMethod, ICallback<? super Fido2AuthenticationMethod> callback)
post in interface IFido2AuthenticationMethodCollectionRequestpublic Fido2AuthenticationMethod post(Fido2AuthenticationMethod newFido2AuthenticationMethod) throws ClientException
post in interface IFido2AuthenticationMethodCollectionRequestClientExceptionpublic IFido2AuthenticationMethodCollectionRequest expand(java.lang.String value)
expand in interface IFido2AuthenticationMethodCollectionRequestvalue - the expand clausepublic IFido2AuthenticationMethodCollectionRequest filter(java.lang.String value)
filter in interface IFido2AuthenticationMethodCollectionRequestvalue - the filter clausepublic IFido2AuthenticationMethodCollectionRequest orderBy(java.lang.String value)
orderBy in interface IFido2AuthenticationMethodCollectionRequestvalue - the order by clausepublic IFido2AuthenticationMethodCollectionRequest select(java.lang.String value)
select in interface IFido2AuthenticationMethodCollectionRequestvalue - the select clausepublic IFido2AuthenticationMethodCollectionRequest top(int value)
top in interface IFido2AuthenticationMethodCollectionRequestvalue - the max number of items to returnpublic IFido2AuthenticationMethodCollectionRequest skip(int value)
skip in interface IFido2AuthenticationMethodCollectionRequestvalue - of the number of items to skippublic IFido2AuthenticationMethodCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IFido2AuthenticationMethodCollectionRequestskipToken - - Token for paginationpublic IFido2AuthenticationMethodCollectionPage buildFromResponse(Fido2AuthenticationMethodCollectionResponse response)