Package com.ringcentral.definitions
Class SessionRefModel
java.lang.Object
com.ringcentral.definitions.SessionRefModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionUser-friendly description of the Session.Session duration in seconds rounded up (returned if 'startTime' and 'endTime' are not empty) Format: int32 Example: 3600Session end time.Internal object ID Example: 78654321Session start time.Session title. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) webinar
(WebinarRefModel webinar)
-
Field Details
-
id
Internal object ID Example: 78654321 -
startTime
Session start time. If a session hasn't been started this fields should be set to "scheduledStartTime" Format: date-time -
endTime
Session end time. If a session hasn't been finished this fields should be set to ("startTime"+"scheduledDuration") Format: date-time -
duration
Session duration in seconds rounded up (returned if 'startTime' and 'endTime' are not empty) Format: int32 Example: 3600 -
title
Session title. If blank - derived from webinar title. Example: Live Broadcasting US -
description
User-friendly description of the Session. If blank - derived from webinar title. Example: Live session for US-based participants -
webinar
-
-
Constructor Details
-
SessionRefModel
public SessionRefModel()
-
-
Method Details
-
id
-
startTime
-
endTime
-
duration
-
title
-
description
-
webinar
-