Package com.microsoft.graph.requests
Class WindowsHelloForBusinessAuthenticationMethodCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<WindowsHelloForBusinessAuthenticationMethod,WindowsHelloForBusinessAuthenticationMethodCollectionRequestBuilder>
com.microsoft.graph.requests.WindowsHelloForBusinessAuthenticationMethodCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class WindowsHelloForBusinessAuthenticationMethodCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<WindowsHelloForBusinessAuthenticationMethod,WindowsHelloForBusinessAuthenticationMethodCollectionRequestBuilder>
The class for the Windows Hello For Business Authentication Method Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionWindowsHelloForBusinessAuthenticationMethodCollectionPage(WindowsHelloForBusinessAuthenticationMethodCollectionResponse response, WindowsHelloForBusinessAuthenticationMethodCollectionRequestBuilder builder) A collection page for WindowsHelloForBusinessAuthenticationMethodWindowsHelloForBusinessAuthenticationMethodCollectionPage(List<WindowsHelloForBusinessAuthenticationMethod> pageContents, WindowsHelloForBusinessAuthenticationMethodCollectionRequestBuilder nextRequestBuilder) Creates the collection page for WindowsHelloForBusinessAuthenticationMethod -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
WindowsHelloForBusinessAuthenticationMethodCollectionPage
public WindowsHelloForBusinessAuthenticationMethodCollectionPage(@Nonnull WindowsHelloForBusinessAuthenticationMethodCollectionResponse response, @Nonnull WindowsHelloForBusinessAuthenticationMethodCollectionRequestBuilder builder) A collection page for WindowsHelloForBusinessAuthenticationMethod- Parameters:
response- the serialized WindowsHelloForBusinessAuthenticationMethodCollectionResponse from the servicebuilder- the request builder for the next collection page
-
WindowsHelloForBusinessAuthenticationMethodCollectionPage
public WindowsHelloForBusinessAuthenticationMethodCollectionPage(@Nonnull List<WindowsHelloForBusinessAuthenticationMethod> pageContents, @Nullable WindowsHelloForBusinessAuthenticationMethodCollectionRequestBuilder nextRequestBuilder) Creates the collection page for WindowsHelloForBusinessAuthenticationMethod- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-