Class NoncustodialDataSourceCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<NoncustodialDataSource,NoncustodialDataSourceCollectionRequestBuilder>
com.microsoft.graph.ediscovery.requests.NoncustodialDataSourceCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class NoncustodialDataSourceCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<NoncustodialDataSource,NoncustodialDataSourceCollectionRequestBuilder>
The class for the Noncustodial Data Source Collection Page.
  • Constructor Details

    • NoncustodialDataSourceCollectionPage

      public NoncustodialDataSourceCollectionPage(@Nonnull NoncustodialDataSourceCollectionResponse response, @Nonnull NoncustodialDataSourceCollectionRequestBuilder builder)
      A collection page for NoncustodialDataSource
      Parameters:
      response - the serialized NoncustodialDataSourceCollectionResponse from the service
      builder - the request builder for the next collection page
    • NoncustodialDataSourceCollectionPage

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