Class LandingPageCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<LandingPage,LandingPageCollectionRequestBuilder>
com.microsoft.graph.requests.LandingPageCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class LandingPageCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<LandingPage,LandingPageCollectionRequestBuilder>
The class for the Landing Page Collection Page.
  • Constructor Details

    • LandingPageCollectionPage

      public LandingPageCollectionPage(@Nonnull LandingPageCollectionResponse response, @Nonnull LandingPageCollectionRequestBuilder builder)
      A collection page for LandingPage
      Parameters:
      response - the serialized LandingPageCollectionResponse from the service
      builder - the request builder for the next collection page
    • LandingPageCollectionPage

      public LandingPageCollectionPage(@Nonnull List<LandingPage> pageContents, @Nullable LandingPageCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for LandingPage
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page