Package com.microsoft.graph.requests
Class Fido2AuthenticationMethodCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Fido2AuthenticationMethod,Fido2AuthenticationMethodCollectionRequestBuilder>
com.microsoft.graph.requests.Fido2AuthenticationMethodCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class Fido2AuthenticationMethodCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<Fido2AuthenticationMethod,Fido2AuthenticationMethodCollectionRequestBuilder>
The class for the Fido2Authentication Method Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionFido2AuthenticationMethodCollectionPage
(Fido2AuthenticationMethodCollectionResponse response, Fido2AuthenticationMethodCollectionRequestBuilder builder) A collection page for Fido2AuthenticationMethodFido2AuthenticationMethodCollectionPage
(List<Fido2AuthenticationMethod> pageContents, Fido2AuthenticationMethodCollectionRequestBuilder nextRequestBuilder) Creates the collection page for Fido2AuthenticationMethod -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
Fido2AuthenticationMethodCollectionPage
public Fido2AuthenticationMethodCollectionPage(@Nonnull Fido2AuthenticationMethodCollectionResponse response, @Nonnull Fido2AuthenticationMethodCollectionRequestBuilder builder) A collection page for Fido2AuthenticationMethod- Parameters:
response
- the serialized Fido2AuthenticationMethodCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
Fido2AuthenticationMethodCollectionPage
public Fido2AuthenticationMethodCollectionPage(@Nonnull List<Fido2AuthenticationMethod> pageContents, @Nullable Fido2AuthenticationMethodCollectionRequestBuilder nextRequestBuilder) Creates the collection page for Fido2AuthenticationMethod- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-