Class EdiscoverySearchCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<EdiscoverySearch,EdiscoverySearchCollectionRequestBuilder>
com.microsoft.graph.security.requests.EdiscoverySearchCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class EdiscoverySearchCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<EdiscoverySearch,EdiscoverySearchCollectionRequestBuilder>
The class for the Ediscovery Search Collection Page.
  • Constructor Details

    • EdiscoverySearchCollectionPage

      public EdiscoverySearchCollectionPage(@Nonnull EdiscoverySearchCollectionResponse response, @Nonnull EdiscoverySearchCollectionRequestBuilder builder)
      A collection page for EdiscoverySearch
      Parameters:
      response - the serialized EdiscoverySearchCollectionResponse from the service
      builder - the request builder for the next collection page
    • EdiscoverySearchCollectionPage

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