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