public class WindowsHelloForBusinessAuthenticationMethodCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<WindowsHelloForBusinessAuthenticationMethod,WindowsHelloForBusinessAuthenticationMethodCollectionRequestBuilder>
Constructor and Description |
---|
WindowsHelloForBusinessAuthenticationMethodCollectionPage(java.util.List<WindowsHelloForBusinessAuthenticationMethod> pageContents,
WindowsHelloForBusinessAuthenticationMethodCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for WindowsHelloForBusinessAuthenticationMethod
|
WindowsHelloForBusinessAuthenticationMethodCollectionPage(WindowsHelloForBusinessAuthenticationMethodCollectionResponse response,
WindowsHelloForBusinessAuthenticationMethodCollectionRequestBuilder builder)
A collection page for WindowsHelloForBusinessAuthenticationMethod
|
public WindowsHelloForBusinessAuthenticationMethodCollectionPage(@Nonnull WindowsHelloForBusinessAuthenticationMethodCollectionResponse response, @Nonnull WindowsHelloForBusinessAuthenticationMethodCollectionRequestBuilder builder)
response
- the serialized WindowsHelloForBusinessAuthenticationMethodCollectionResponse from the servicebuilder
- the request builder for the next collection pagepublic WindowsHelloForBusinessAuthenticationMethodCollectionPage(@Nonnull java.util.List<WindowsHelloForBusinessAuthenticationMethod> pageContents, @Nullable WindowsHelloForBusinessAuthenticationMethodCollectionRequestBuilder nextRequestBuilder)
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page