Package com.ringcentral.definitions
Class RcwConfigListAllCompanySessionsParameters
java.lang.Object
com.ringcentral.definitions.RcwConfigListAllCompanySessionsParameters
Query parameters for operation rcwConfigListAllCompanySessions
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe beginning of the time window by 'endTime' (it is calculated as scheduledStartTime+scheduledDuration) Format: date-timeString[]
Identifier of the user who hosts a webinar (if omitted, webinars hosted by all company users will be returned) Example: 77777777The token indicating the particular page of the result set to be retrieved.The number of items per page.Session status (for the purposes of Configuration service) Example: Scheduled Enum: Scheduled, Active, Finished -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionendTimeFrom
(String endTimeFrom) hostUserId
(String[] hostUserId)
-
Field Details
-
status
Session status (for the purposes of Configuration service) Example: Scheduled Enum: Scheduled, Active, Finished -
endTimeFrom
The beginning of the time window by 'endTime' (it is calculated as scheduledStartTime+scheduledDuration) Format: date-time -
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
-
RcwConfigListAllCompanySessionsParameters
public RcwConfigListAllCompanySessionsParameters()
-
-
Method Details
-
status
-
endTimeFrom
-
hostUserId
-
perPage
-
pageToken
-