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