Class SiteCollectionWithReferencesPage

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

public class SiteCollectionWithReferencesPage extends com.microsoft.graph.http.BaseCollectionPage<Site,SiteCollectionWithReferencesRequestBuilder>
The class for the Site Collection With References Page.
  • Constructor Details

    • SiteCollectionWithReferencesPage

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

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