Class LandingPageDetailCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<LandingPageDetail,LandingPageDetailCollectionRequestBuilder>
com.microsoft.graph.requests.LandingPageDetailCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class LandingPageDetailCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<LandingPageDetail,LandingPageDetailCollectionRequestBuilder>
The class for the Landing Page Detail Collection Page.
  • Constructor Details

    • LandingPageDetailCollectionPage

      public LandingPageDetailCollectionPage(@Nonnull LandingPageDetailCollectionResponse response, @Nonnull LandingPageDetailCollectionRequestBuilder builder)
      A collection page for LandingPageDetail
      Parameters:
      response - the serialized LandingPageDetailCollectionResponse from the service
      builder - the request builder for the next collection page
    • LandingPageDetailCollectionPage

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