public class WindowsHelloForBusinessAuthenticationMethodCollectionRequest extends BaseCollectionRequest<WindowsHelloForBusinessAuthenticationMethodCollectionResponse,IWindowsHelloForBusinessAuthenticationMethodCollectionPage> implements IWindowsHelloForBusinessAuthenticationMethodCollectionRequest
| Constructor and Description |
|---|
WindowsHelloForBusinessAuthenticationMethodCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of WindowsHelloForBusinessAuthenticationMethod
|
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 WindowsHelloForBusinessAuthenticationMethodCollectionRequest(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 IWindowsHelloForBusinessAuthenticationMethodCollectionPage> callback)
get in interface IWindowsHelloForBusinessAuthenticationMethodCollectionRequestpublic IWindowsHelloForBusinessAuthenticationMethodCollectionPage get() throws ClientException
get in interface IWindowsHelloForBusinessAuthenticationMethodCollectionRequestClientExceptionpublic void post(WindowsHelloForBusinessAuthenticationMethod newWindowsHelloForBusinessAuthenticationMethod, ICallback<? super WindowsHelloForBusinessAuthenticationMethod> callback)
post in interface IWindowsHelloForBusinessAuthenticationMethodCollectionRequestpublic WindowsHelloForBusinessAuthenticationMethod post(WindowsHelloForBusinessAuthenticationMethod newWindowsHelloForBusinessAuthenticationMethod) throws ClientException
post in interface IWindowsHelloForBusinessAuthenticationMethodCollectionRequestClientExceptionpublic IWindowsHelloForBusinessAuthenticationMethodCollectionRequest expand(java.lang.String value)
expand in interface IWindowsHelloForBusinessAuthenticationMethodCollectionRequestvalue - the expand clausepublic IWindowsHelloForBusinessAuthenticationMethodCollectionRequest filter(java.lang.String value)
filter in interface IWindowsHelloForBusinessAuthenticationMethodCollectionRequestvalue - the filter clausepublic IWindowsHelloForBusinessAuthenticationMethodCollectionRequest orderBy(java.lang.String value)
orderBy in interface IWindowsHelloForBusinessAuthenticationMethodCollectionRequestvalue - the order by clausepublic IWindowsHelloForBusinessAuthenticationMethodCollectionRequest select(java.lang.String value)
select in interface IWindowsHelloForBusinessAuthenticationMethodCollectionRequestvalue - the select clausepublic IWindowsHelloForBusinessAuthenticationMethodCollectionRequest top(int value)
top in interface IWindowsHelloForBusinessAuthenticationMethodCollectionRequestvalue - the max number of items to returnpublic IWindowsHelloForBusinessAuthenticationMethodCollectionRequest skip(int value)
skip in interface IWindowsHelloForBusinessAuthenticationMethodCollectionRequestvalue - of the number of items to skippublic IWindowsHelloForBusinessAuthenticationMethodCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IWindowsHelloForBusinessAuthenticationMethodCollectionRequestskipToken - - Token for paginationpublic IWindowsHelloForBusinessAuthenticationMethodCollectionPage buildFromResponse(WindowsHelloForBusinessAuthenticationMethodCollectionResponse response)