Package com.ringcentral.definitions
Class RcwHistoryListAllSessionsParameters
java.lang.Object
com.ringcentral.definitions.RcwHistoryListAllSessionsParameters
Query parameters for operation rcwHistoryListAllSessions
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe beginning of the time window by 'endTime' .The end of the time window by 'endTime' .Filter to return only webinar sessions containing particular substring within their names Example: All-handsThe token indicating the particular page of the result set to be retrieved.The number of items per page.String[]
Filter to return only webinar sessions in certain status. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionendTimeFrom
(String endTimeFrom) nameFragment
(String nameFragment)
-
Field Details
-
nameFragment
Filter to return only webinar sessions containing particular substring within their names Example: All-hands -
status
Filter to return only webinar sessions in certain status. Multiple values are supported. Example: Active,Finished Enum: Scheduled, Active, Finished -
endTimeFrom
The beginning of the time window by 'endTime' . Format: date-time -
endTimeTo
The end of the time window by 'endTime' . Format: date-time -
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
-
RcwHistoryListAllSessionsParameters
public RcwHistoryListAllSessionsParameters()
-
-
Method Details
-
nameFragment
-
status
-
endTimeFrom
-
endTimeTo
-
perPage
-
pageToken
-