Class TermCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Term,TermCollectionRequestBuilder>
com.microsoft.graph.termstore.requests.TermCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class TermCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Term,TermCollectionRequestBuilder>
The class for the Term Collection Page.
  • Constructor Details

    • TermCollectionPage

      public TermCollectionPage(@Nonnull TermCollectionResponse response, @Nonnull TermCollectionRequestBuilder builder)
      A collection page for Term
      Parameters:
      response - the serialized TermCollectionResponse from the service
      builder - the request builder for the next collection page
    • TermCollectionPage

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