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