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