Class TagCollectionWithReferencesPage

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

public class TagCollectionWithReferencesPage extends com.microsoft.graph.http.BaseCollectionPage<Tag,TagCollectionWithReferencesRequestBuilder>
The class for the Tag Collection With References Page.
  • Constructor Details

    • TagCollectionWithReferencesPage

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

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