Class SiteRemoveCollectionPage

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

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

    • SiteRemoveCollectionPage

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

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