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