Class LegalHoldCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<LegalHold,LegalHoldCollectionRequestBuilder>
com.microsoft.graph.ediscovery.requests.LegalHoldCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class LegalHoldCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<LegalHold,LegalHoldCollectionRequestBuilder>
The class for the Legal Hold Collection Page.
  • Constructor Details

    • LegalHoldCollectionPage

      public LegalHoldCollectionPage(@Nonnull LegalHoldCollectionResponse response, @Nonnull LegalHoldCollectionRequestBuilder builder)
      A collection page for LegalHold
      Parameters:
      response - the serialized LegalHoldCollectionResponse from the service
      builder - the request builder for the next collection page
    • LegalHoldCollectionPage

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