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