Class TagCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Tag,TagCollectionRequestBuilder>
com.microsoft.graph.ediscovery.requests.TagCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class TagCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Tag,TagCollectionRequestBuilder>
The class for the Tag Collection Page.
  • Constructor Details

    • TagCollectionPage

      public TagCollectionPage(@Nonnull TagCollectionResponse response, @Nonnull TagCollectionRequestBuilder builder)
      A collection page for Tag
      Parameters:
      response - the serialized TagCollectionResponse from the service
      builder - the request builder for the next collection page
    • TagCollectionPage

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