Class EdiscoveryReviewTagCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<EdiscoveryReviewTag,EdiscoveryReviewTagCollectionRequestBuilder>
com.microsoft.graph.security.requests.EdiscoveryReviewTagCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class EdiscoveryReviewTagCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<EdiscoveryReviewTag,EdiscoveryReviewTagCollectionRequestBuilder>
The class for the Ediscovery Review Tag Collection Page.
  • Constructor Details

    • EdiscoveryReviewTagCollectionPage

      public EdiscoveryReviewTagCollectionPage(@Nonnull EdiscoveryReviewTagCollectionResponse response, @Nonnull EdiscoveryReviewTagCollectionRequestBuilder builder)
      A collection page for EdiscoveryReviewTag
      Parameters:
      response - the serialized EdiscoveryReviewTagCollectionResponse from the service
      builder - the request builder for the next collection page
    • EdiscoveryReviewTagCollectionPage

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