Package com.ringcentral.definitions
Class RcwHistoryAdminListRecordingsParameters
java.lang.Object
com.ringcentral.definitions.RcwHistoryAdminListRecordingsParameters
Query parameters for operation rcwHistoryAdminListRecordings
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe beginning of the time window by 'creationTime' .The end of the time window by 'creationTime' .String[]
Identifier of the user who hosts a webinar (if omitted, webinars hosted by all company users will be returned) Example: 77777777Filter to return only webinar recordings containing particular substring within their names Example: All-handsThe 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) hostUserId
(String[] hostUserId) nameFragment
(String nameFragment)
-
Field Details
-
nameFragment
Filter to return only webinar recordings containing particular substring within their names Example: All-hands -
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 -
hostUserId
Identifier of the user who hosts a webinar (if omitted, webinars hosted by all company users will be returned) Example: 77777777 -
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
-
RcwHistoryAdminListRecordingsParameters
public RcwHistoryAdminListRecordingsParameters()
-
-
Method Details
-
nameFragment
-
creationTimeFrom
-
creationTimeTo
-
status
-
hostUserId
-
perPage
-
pageToken
-