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