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