Class SiteCollectionPage

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

public class SiteCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Site,SiteCollectionRequestBuilder>
The class for the Site Collection Page.
  • Constructor Details

    • SiteCollectionPage

      public SiteCollectionPage(@Nonnull SiteCollectionResponse response, @Nonnull SiteCollectionRequestBuilder builder)
      A collection page for Site
      Parameters:
      response - the serialized SiteCollectionResponse from the service
      builder - the request builder for the next collection page
    • SiteCollectionPage

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