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