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