Class SiteSourceCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<SiteSource,SiteSourceCollectionRequestBuilder>
com.microsoft.graph.security.requests.SiteSourceCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class SiteSourceCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<SiteSource,SiteSourceCollectionRequestBuilder>
The class for the Site Source Collection Page.
  • Constructor Details

    • SiteSourceCollectionPage

      public SiteSourceCollectionPage(@Nonnull SiteSourceCollectionResponse response, @Nonnull SiteSourceCollectionRequestBuilder builder)
      A collection page for SiteSource
      Parameters:
      response - the serialized SiteSourceCollectionResponse from the service
      builder - the request builder for the next collection page
    • SiteSourceCollectionPage

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