Package com.ringcentral.definitions
Class SyncUserCallLogParameters
java.lang.Object
com.ringcentral.definitions.SyncUserCallLogParameters
Query parameters for operation syncUserCallLog
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe start datetime for resulting records in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z.For 'FSync' the parameter is mandatory, it limits the number of records to be returned in response.Indicates that call records with recordings of particular type should be returned.Supported for `ISync` mode.String[]
Type of calls to be returned Enum: Missed, AllValue of syncToken property of last sync request response.Type of call log synchronization request: full or incremental sync Default: FSync Enum: FSync, ISyncDefines the level of details for returned call records Default: Simple Enum: Simple, DetailedDeprecated, replaced with `recordingType` filter, still supported for compatibility reasons. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrecordCount
(Long recordCount) recordingType
(String recordingType) showDeleted
(Boolean showDeleted) statusGroup
(String[] statusGroup) withRecording
(Boolean withRecording)
-
Field Details
-
syncType
Type of call log synchronization request: full or incremental sync Default: FSync Enum: FSync, ISync -
syncToken
Value of syncToken property of last sync request response. Mandatory parameter for 'ISync' sync type -
dateFrom
The start datetime for resulting records in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z. The default value is the current moment Format: date-time -
recordCount
For 'FSync' the parameter is mandatory, it limits the number of records to be returned in response. For 'ISync' it specifies with how many records to extend sync Frame to the past, the maximum number of records is 250 Format: int32 -
statusGroup
Type of calls to be returned Enum: Missed, All -
view
Defines the level of details for returned call records Default: Simple Enum: Simple, Detailed -
showDeleted
Supported for `ISync` mode. Indicates that deleted call records should be returned -
withRecording
Deprecated, replaced with `recordingType` filter, still supported for compatibility reasons. Indicates if only recorded calls should be returned.If both `withRecording` and `recordingType` parameters are specified, then `withRecording` is ignored
-
recordingType
Indicates that call records with recordings of particular type should be returned. If omitted, then calls with and without recordings are returned Enum: Automatic, OnDemand, All
-
-
Constructor Details
-
SyncUserCallLogParameters
public SyncUserCallLogParameters()
-
-
Method Details
-
syncType
-
syncToken
-
dateFrom
-
recordCount
-
statusGroup
-
view
-
showDeleted
-
withRecording
-
recordingType
-