Class MthSyncEntriesParameters

java.lang.Object
com.ringcentral.definitions.MthSyncEntriesParameters

public class MthSyncEntriesParameters extends Object
Query parameters for operation mthSyncEntries
  • Field Details

    • scope

      public String scope
      Scope of synchronization (`syncType=FSync` only):

      - `Accessible`: returns entries in threads monitored by the current user; - `Unassigned`: returns entries in accessible unassigned threads; - `AssignedToMe`: returns entries in threads that are assigned to the current user; - `AssignedToMeAndUnassigned`: returns entries in threads that are assigned to the current user or unassigned; - `Explicit`: returns entries in threads specified through the `threadIds` parameter. Default: AssignedToMe Enum: Accessible, Unassigned, AssignedToMe, AssignedToMeAndUnassigned, Explicit

    • threadIds

      public String[] threadIds
      List of thread IDs to synchronize (`Explicit` scope only)
    • 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

    • MthSyncEntriesParameters

      public MthSyncEntriesParameters()
  • Method Details