Class CallRecordingCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<CallRecording,CallRecordingCollectionRequestBuilder>
com.microsoft.graph.requests.CallRecordingCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class CallRecordingCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<CallRecording,CallRecordingCollectionRequestBuilder>
The class for the Call Recording Collection Page.
  • Constructor Details

    • CallRecordingCollectionPage

      public CallRecordingCollectionPage(@Nonnull CallRecordingCollectionResponse response, @Nonnull CallRecordingCollectionRequestBuilder builder)
      A collection page for CallRecording
      Parameters:
      response - the serialized CallRecordingCollectionResponse from the service
      builder - the request builder for the next collection page
    • CallRecordingCollectionPage

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