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