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 Details

    • UserFlowLanguagePageCollectionPage

      public UserFlowLanguagePageCollectionPage(@Nonnull UserFlowLanguagePageCollectionResponse response, @Nonnull UserFlowLanguagePageCollectionRequestBuilder builder)
      A collection page for UserFlowLanguagePage
      Parameters:
      response - the serialized UserFlowLanguagePageCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page