Package com.ringcentral.definitions
Class CreateDataExportTaskRequest
java.lang.Object
com.ringcentral.definitions.CreateDataExportTaskRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionString[]
List of chats from which the data (posts, files, tasks, events, notes, etc.) will be collected.List of contacts which data is collected.Starting time for data collection.Ending time for data collection. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
timeFrom
Starting time for data collection. The default value is `timeTo` minus 24 hours. Max allowed time frame between `timeFrom` and `timeTo` is 6 months Format: date-time -
timeTo
Ending time for data collection. The default value is current time. Max allowed time frame between `timeFrom` and `timeTo` is 6 months Format: date-time -
contacts
List of contacts which data is collected. The following data will be exported: posts, tasks, events, etc. posted by the user(s); posts addressing the user(s) via direct and @Mentions; tasks assigned to the listed user(s). The list of 30 users per request is supported. -
chatIds
List of chats from which the data (posts, files, tasks, events, notes, etc.) will be collected. Maximum number of chats supported is 10
-
-
Constructor Details
-
CreateDataExportTaskRequest
public CreateDataExportTaskRequest()
-
-
Method Details
-
timeFrom
-
timeTo
-
contacts
-
chatIds
-