Class ListVideoMeetingsParameters

java.lang.Object
com.ringcentral.definitions.ListVideoMeetingsParameters

public class ListVideoMeetingsParameters extends Object
Query parameters for operation listVideoMeetings
  • Field Details

    • text

      public String text
      Search text
    • pageToken

      public String pageToken
      The token indicating the particular page of the result set to be retrieved. If omitted the first page will be returned.
    • perPage

      public Long 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

      public String 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

      public Long startTime
      Unix timestamp in milliseconds (inclusive) indicates the start time of meetings which should be included in response Format: int64
    • endTime

      public Long 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