public class MicrosoftAuthenticatorAuthenticationMethodCollectionRequest extends BaseCollectionRequest<MicrosoftAuthenticatorAuthenticationMethodCollectionResponse,IMicrosoftAuthenticatorAuthenticationMethodCollectionPage> implements IMicrosoftAuthenticatorAuthenticationMethodCollectionRequest
| Constructor and Description |
|---|
MicrosoftAuthenticatorAuthenticationMethodCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of MicrosoftAuthenticatorAuthenticationMethod
|
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 MicrosoftAuthenticatorAuthenticationMethodCollectionRequest(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 IMicrosoftAuthenticatorAuthenticationMethodCollectionPage> callback)
get in interface IMicrosoftAuthenticatorAuthenticationMethodCollectionRequestpublic IMicrosoftAuthenticatorAuthenticationMethodCollectionPage get() throws ClientException
get in interface IMicrosoftAuthenticatorAuthenticationMethodCollectionRequestClientExceptionpublic void post(MicrosoftAuthenticatorAuthenticationMethod newMicrosoftAuthenticatorAuthenticationMethod, ICallback<? super MicrosoftAuthenticatorAuthenticationMethod> callback)
post in interface IMicrosoftAuthenticatorAuthenticationMethodCollectionRequestpublic MicrosoftAuthenticatorAuthenticationMethod post(MicrosoftAuthenticatorAuthenticationMethod newMicrosoftAuthenticatorAuthenticationMethod) throws ClientException
post in interface IMicrosoftAuthenticatorAuthenticationMethodCollectionRequestClientExceptionpublic IMicrosoftAuthenticatorAuthenticationMethodCollectionRequest expand(java.lang.String value)
expand in interface IMicrosoftAuthenticatorAuthenticationMethodCollectionRequestvalue - the expand clausepublic IMicrosoftAuthenticatorAuthenticationMethodCollectionRequest filter(java.lang.String value)
filter in interface IMicrosoftAuthenticatorAuthenticationMethodCollectionRequestvalue - the filter clausepublic IMicrosoftAuthenticatorAuthenticationMethodCollectionRequest orderBy(java.lang.String value)
orderBy in interface IMicrosoftAuthenticatorAuthenticationMethodCollectionRequestvalue - the order by clausepublic IMicrosoftAuthenticatorAuthenticationMethodCollectionRequest select(java.lang.String value)
select in interface IMicrosoftAuthenticatorAuthenticationMethodCollectionRequestvalue - the select clausepublic IMicrosoftAuthenticatorAuthenticationMethodCollectionRequest top(int value)
top in interface IMicrosoftAuthenticatorAuthenticationMethodCollectionRequestvalue - the max number of items to returnpublic IMicrosoftAuthenticatorAuthenticationMethodCollectionRequest skip(int value)
skip in interface IMicrosoftAuthenticatorAuthenticationMethodCollectionRequestvalue - of the number of items to skippublic IMicrosoftAuthenticatorAuthenticationMethodCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IMicrosoftAuthenticatorAuthenticationMethodCollectionRequestskipToken - - Token for paginationpublic IMicrosoftAuthenticatorAuthenticationMethodCollectionPage buildFromResponse(MicrosoftAuthenticatorAuthenticationMethodCollectionResponse response)