public class AuthenticationMethodConfigurationCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<AuthenticationMethodConfiguration,AuthenticationMethodConfigurationCollectionRequestBuilder>
| Constructor and Description |
|---|
AuthenticationMethodConfigurationCollectionPage(AuthenticationMethodConfigurationCollectionResponse response,
AuthenticationMethodConfigurationCollectionRequestBuilder builder)
A collection page for AuthenticationMethodConfiguration
|
AuthenticationMethodConfigurationCollectionPage(java.util.List<AuthenticationMethodConfiguration> pageContents,
AuthenticationMethodConfigurationCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for AuthenticationMethodConfiguration
|
public AuthenticationMethodConfigurationCollectionPage(@Nonnull
AuthenticationMethodConfigurationCollectionResponse response,
@Nonnull
AuthenticationMethodConfigurationCollectionRequestBuilder builder)
response - the serialized AuthenticationMethodConfigurationCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic AuthenticationMethodConfigurationCollectionPage(@Nonnull
java.util.List<AuthenticationMethodConfiguration> pageContents,
@Nullable
AuthenticationMethodConfigurationCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page