Package com.ringcentral.definitions
Class MthSyncEntriesParameters
java.lang.Object
com.ringcentral.definitions.MthSyncEntriesParameters
Query parameters for operation mthSyncEntries
-
Field Summary
FieldsModifier and TypeFieldDescriptionScope of synchronization (`syncType=FSync` only):Sync token (for "ISync" only)Type of message synchronization request: - FSync -- full sync - ISync -- incremental sync Default: FSync Enum: FSync, ISyncString[]List of thread IDs to synchronize (`Explicit` scope only) -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
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
List of thread IDs to synchronize (`Explicit` scope only) -
syncType
Type of message synchronization request: - FSync -- full sync - ISync -- incremental sync Default: FSync Enum: FSync, ISync -
syncToken
Sync token (for "ISync" only)
-
-
Constructor Details
-
MthSyncEntriesParameters
public MthSyncEntriesParameters()
-
-
Method Details
-
scope
-
threadIds
-
syncType
-
syncToken
-