Package com.ringcentral.definitions
Class RcwHistoryListRecordingsParameters
java.lang.Object
com.ringcentral.definitions.RcwHistoryListRecordingsParameters
Query parameters for operation rcwHistoryListRecordings
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe beginning of the time window by 'creationTime' .The end of the time window by 'creationTime' .The token indicating the particular page of the result set to be retrieved.The number of items per page.String[]
The status of the recording. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreationTimeFrom
(String creationTimeFrom) creationTimeTo
(String creationTimeTo)
-
Field Details
-
creationTimeFrom
The beginning of the time window by 'creationTime' . Format: date-time -
creationTimeTo
The end of the time window by 'creationTime' . Format: date-time -
status
The status of the recording. Enum: Processing, Available, Failed, Purged -
perPage
The number of items per page. If provided value in the request is greater than a maximum, the maximum value is applied Maximum: 1000 Minimum: 1 Format: int32 Example: 100 Default: 100 -
pageToken
The token indicating the particular page of the result set to be retrieved. If omitted the first page will be returned.
-
-
Constructor Details
-
RcwHistoryListRecordingsParameters
public RcwHistoryListRecordingsParameters()
-
-
Method Details
-
creationTimeFrom
-
creationTimeTo
-
status
-
perPage
-
pageToken
-