Class CallRecordCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<CallRecord,CallRecordCollectionRequestBuilder>
com.microsoft.graph.callrecords.requests.CallRecordCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class CallRecordCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<CallRecord,CallRecordCollectionRequestBuilder>
The class for the Call Record Collection Page.
  • Constructor Details

    • CallRecordCollectionPage

      public CallRecordCollectionPage(@Nonnull CallRecordCollectionResponse response, @Nonnull CallRecordCollectionRequestBuilder builder)
      A collection page for CallRecord
      Parameters:
      response - the serialized CallRecordCollectionResponse from the service
      builder - the request builder for the next collection page
    • CallRecordCollectionPage

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