Class ListUserMeetingRecordingsParameters

java.lang.Object
com.ringcentral.definitions.ListUserMeetingRecordingsParameters

public class ListUserMeetingRecordingsParameters extends Object
Query parameters for operation listUserMeetingRecordings
  • Field Details

    • meetingId

      public String meetingId
      Internal identifier of a meeting. Either `meetingId` or `meetingStartTime`/`meetingEndTime` can be specified
    • meetingStartTimeFrom

      public String meetingStartTimeFrom
      Recordings of meetings started after the time specified will be returned. Either `meetingId` or `meetingStartTime`/`meetingEndTime` can be specified Format: date-time
    • meetingStartTimeTo

      public String meetingStartTimeTo
      Recordings of meetings started before the time specified will be returned. The default value is current time. Either `meetingId` or `meetingStartTime`/`meetingEndTime` can be specified Format: date-time
    • page

      public Long page
      Page number Format: int32
    • perPage

      public Long perPage
      Number of items per page. The `max` value is supported to indicate the maximum size - 300 Maximum: 300 Format: int32 Default: 100
  • Constructor Details

    • ListUserMeetingRecordingsParameters

      public ListUserMeetingRecordingsParameters()
  • Method Details