Class SiteDeltaCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<T,T2>
com.microsoft.graph.http.DeltaCollectionPage<Site,SiteDeltaCollectionRequestBuilder>
com.microsoft.graph.requests.SiteDeltaCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class SiteDeltaCollectionPage extends com.microsoft.graph.http.DeltaCollectionPage<Site,SiteDeltaCollectionRequestBuilder>
The class for the Site Delta Collection Page.
  • Constructor Details

    • SiteDeltaCollectionPage

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

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