Class CallTranscriptCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<CallTranscript,CallTranscriptCollectionRequestBuilder>
com.microsoft.graph.requests.CallTranscriptCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class CallTranscriptCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<CallTranscript,CallTranscriptCollectionRequestBuilder>
The class for the Call Transcript Collection Page.
  • Constructor Details

    • CallTranscriptCollectionPage

      public CallTranscriptCollectionPage(@Nonnull CallTranscriptCollectionResponse response, @Nonnull CallTranscriptCollectionRequestBuilder builder)
      A collection page for CallTranscript
      Parameters:
      response - the serialized CallTranscriptCollectionResponse from the service
      builder - the request builder for the next collection page
    • CallTranscriptCollectionPage

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