Class CallLogSyncResponse

java.lang.Object
com.ringcentral.definitions.CallLogSyncResponse

public class CallLogSyncResponse extends Object
  • Field Details

    • uri

      public String uri
      Link to the list of call log records with sync information Required Format: uri
    • records

      public CallLogRecord[] records
      List of call log records with synchronization information. For `ISync` the total number of returned records is limited to 250; this includes both new records and the old ones, specified by the recordCount parameter Required
    • syncInfo

      public CallLogSyncInfo syncInfo
      Required
  • Constructor Details

    • CallLogSyncResponse

      public CallLogSyncResponse()
  • Method Details