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