Package com.microsoft.graph.requests
Class UserFlowLanguageConfigurationCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<UserFlowLanguageConfiguration,UserFlowLanguageConfigurationCollectionRequestBuilder>
com.microsoft.graph.requests.UserFlowLanguageConfigurationCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UserFlowLanguageConfigurationCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<UserFlowLanguageConfiguration,UserFlowLanguageConfigurationCollectionRequestBuilder>
The class for the User Flow Language Configuration Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionUserFlowLanguageConfigurationCollectionPage
(UserFlowLanguageConfigurationCollectionResponse response, UserFlowLanguageConfigurationCollectionRequestBuilder builder) A collection page for UserFlowLanguageConfigurationUserFlowLanguageConfigurationCollectionPage
(List<UserFlowLanguageConfiguration> pageContents, UserFlowLanguageConfigurationCollectionRequestBuilder nextRequestBuilder) Creates the collection page for UserFlowLanguageConfiguration -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
UserFlowLanguageConfigurationCollectionPage
public UserFlowLanguageConfigurationCollectionPage(@Nonnull UserFlowLanguageConfigurationCollectionResponse response, @Nonnull UserFlowLanguageConfigurationCollectionRequestBuilder builder) A collection page for UserFlowLanguageConfiguration- Parameters:
response
- the serialized UserFlowLanguageConfigurationCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
UserFlowLanguageConfigurationCollectionPage
public UserFlowLanguageConfigurationCollectionPage(@Nonnull List<UserFlowLanguageConfiguration> pageContents, @Nullable UserFlowLanguageConfigurationCollectionRequestBuilder nextRequestBuilder) Creates the collection page for UserFlowLanguageConfiguration- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-