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