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: int64The 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 textSpecifies types meeting to be returned. -
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 -
type
Specifies types meeting to be returned. Possible values: - <empty> (not passed) - return only the meetings where the requesting user is the participant OR host OR deputy OR watcher; - `All`- return `Alive` meetings where the requesting user is the host OR deputy OR watcher; - `My`- return `Alive` meetings where the requesting user is the host OR deputy; - `Shared` - return `Alive` meetings where the requesting user is the watcher AND not host; - `Deleted` - return `Deleted` meetings where the requesting user is the host OR deputy. Enum: All, My, Deleted, Shared -
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
-
type
-
startTime
-
endTime
-