Class SourceCollectionCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<SourceCollection,SourceCollectionCollectionRequestBuilder>
com.microsoft.graph.ediscovery.requests.SourceCollectionCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class SourceCollectionCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<SourceCollection,SourceCollectionCollectionRequestBuilder>
The class for the Source Collection Collection Page.
  • Constructor Details

    • SourceCollectionCollectionPage

      public SourceCollectionCollectionPage(@Nonnull SourceCollectionCollectionResponse response, @Nonnull SourceCollectionCollectionRequestBuilder builder)
      A collection page for SourceCollection
      Parameters:
      response - the serialized SourceCollectionCollectionResponse from the service
      builder - the request builder for the next collection page
    • SourceCollectionCollectionPage

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