Class SiteGetAllSitesCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Site,SiteGetAllSitesCollectionRequestBuilder>
com.microsoft.graph.requests.SiteGetAllSitesCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class SiteGetAllSitesCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Site,SiteGetAllSitesCollectionRequestBuilder>
The class for the Site Get All Sites Collection Page.
  • Constructor Details

    • SiteGetAllSitesCollectionPage

      public SiteGetAllSitesCollectionPage(@Nonnull SiteGetAllSitesCollectionResponse response, @Nonnull SiteGetAllSitesCollectionRequestBuilder builder)
      A collection page for Site.
      Parameters:
      response - The serialized SiteGetAllSitesCollectionResponse from the service
      builder - The request builder for the next collection page
    • SiteGetAllSitesCollectionPage

      public SiteGetAllSitesCollectionPage(@Nonnull List<Site> pageContents, @Nullable SiteGetAllSitesCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for SiteGetAllSites
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page