Class CallLogSyncInfo

java.lang.Object
com.ringcentral.definitions.CallLogSyncInfo

public class CallLogSyncInfo 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
  • Constructor Details

    • CallLogSyncInfo

      public CallLogSyncInfo()
  • Method Details