Package com.ringcentral.definitions
Class ListVideoMeetingsParameters
java.lang.Object
com.ringcentral.definitions.ListVideoMeetingsParameters
Query parameters for operation listVideoMeetings
-
Field Summary
FieldsModifier and TypeFieldDescriptionUnix timestamp in milliseconds (inclusive) indicates the end time of meetings which should be included in response Format: int64This parameter filters meetings by available materials.The token indicating the particular page of the result set to be retrieved.The number of items per page.Unix timestamp in milliseconds (inclusive) indicates the start time of meetings which should be included in response Format: int64Search text -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
text
Search text -
pageToken
The token indicating the particular page of the result set to be retrieved. If omitted the first page will be returned. -
perPage
The number of items per page. If provided value in the request is greater than a maximum, the maximum value is applied Format: int32 -
materials
This parameter filters meetings by available materials. It accepts the following values: Recordings - Returns meetings with a recording. Notes - Returns meetings with notes. (omitted) - Returns all meetings, regardless of material type. This parameter cannot be used with the 'type' query parameter. Enum: Recordings, Notes -
startTime
Unix timestamp in milliseconds (inclusive) indicates the start time of meetings which should be included in response Format: int64 -
endTime
Unix timestamp in milliseconds (inclusive) indicates the end time of meetings which should be included in response Format: int64
-
-
Constructor Details
-
ListVideoMeetingsParameters
public ListVideoMeetingsParameters()
-
-
Method Details
-
text
-
pageToken
-
perPage
-
materials
-
startTime
-
endTime
-