Class MthSyncThreadsParameters

java.lang.Object
com.ringcentral.definitions.MthSyncThreadsParameters

public class MthSyncThreadsParameters extends Object
Query parameters for operation mthSyncThreads
  • Field Details

    • syncType

      public String syncType
      Type of message synchronization request: - FSync -- full sync - ISync -- incremental sync Default: FSync Enum: FSync, ISync
    • syncToken

      public String syncToken
      Sync token (for "ISync" only)
  • Constructor Details

    • MthSyncThreadsParameters

      public MthSyncThreadsParameters()
  • Method Details