Package com.ringcentral.definitions
Class ExtractSyncAccountCallLogParameters
java.lang.Object
com.ringcentral.definitions.ExtractSyncAccountCallLogParameters
Query parameters for operation extractSyncAccountCallLog
-
Field Summary
FieldsModifier and TypeFieldDescriptionStarting datetime for resulting records in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z.String[]Category of metadata to be returned.Allowed for `FSync` mode only.Value of `syncToken` property of the last extract-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, Detailed -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmetadataCategory(String[] metadataCategory) recordCount(Long recordCount)
-
Field Details
-
syncType
Type of call log synchronization request - full or incremental sync Default: FSync Enum: FSync, ISync -
syncToken
Value of `syncToken` property of the last extract-sync request response. Mandatory for 'ISync' type -
dateFrom
Starting datetime for resulting records in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z. The default value is one hour before the current moment Format: date-time -
recordCount
Allowed for `FSync` mode only. It limits the number of records to be returned in response (the maximum number of records is 1000, the default value is 250).Actual number of calls could extend the limit in case there are several calls at borderline modification time (millisecond precision). Minimum: 1 Format: int32 Default: 250
-
view
Defines the level of details for returned call records Default: Simple Enum: Simple, Detailed -
metadataCategory
Category of metadata to be returned. If omitted, all call records are returned. Multiple values are supported
-
-
Constructor Details
-
ExtractSyncAccountCallLogParameters
public ExtractSyncAccountCallLogParameters()
-
-
Method Details
-
syncType
-
syncToken
-
dateFrom
-
recordCount
-
view
-
metadataCategory
-