Class CallLogExtractSyncInfo

java.lang.Object
com.ringcentral.definitions.CallLogExtractSyncInfo

public class CallLogExtractSyncInfo extends Object
  • Field Details

    • syncType

      public String syncType
      Type of call log synchronization request: full or incremental sync Required Enum: FSync, ISync
    • syncToken

      public String syncToken
      Synchronization token Required
    • syncTime

      public String syncTime
      Time of the last synchronization in (ISO 8601)[https://en.wikipedia.org/wiki/ISO_8601] format including timezone, for example *2016-03-10T18:07:52.534Z* Required Format: date-time
    • newerRecordsExist

      public Boolean newerRecordsExist
      Identifies if there are more calls data can be returned in the next API call (with 'ISync' sync type) Required
  • Constructor Details

    • CallLogExtractSyncInfo

      public CallLogExtractSyncInfo()
  • Method Details