Package com.ringcentral.definitions
Class RegSessionModelSettings
java.lang.Object
com.ringcentral.definitions.RegSessionModelSettings
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe maximum number of registrants which forces closing the registration (0 means "off").Indicates that post webinar registration will be opened automatically when webinar ends.Duration of on-demand webinar.The time after which the post webinar will be closed automatically.Indicates that registrants are allowed to join from multiple devices.Indicates that recording exists for the session.Indicates that registration digest should be sent to host.Indicates that emails to registrants should be suppressed (should be supported by external party)Indicates that recording will be shown after the webinar and in emails.Indicates that work email address is required for registration. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionautoCloseLimit(Long autoCloseLimit) autoOpenPostWebinarRegistration(Boolean autoOpenPostWebinarRegistration) onDemandDuration(String onDemandDuration) postWebinarRegistrationClosingTime(String postWebinarRegistrationClosingTime) preventMultipleDeviceJoins(Boolean preventMultipleDeviceJoins) recordingExist(Boolean recordingExist) registrationDigestEnabled(Boolean registrationDigestEnabled) suppressEmails(Boolean suppressEmails) viewRecording(Boolean viewRecording) workEmailRequired(Boolean workEmailRequired)
-
Field Details
-
autoCloseLimit
The maximum number of registrants which forces closing the registration (0 means "off"). Format: int32 -
suppressEmails
Indicates that emails to registrants should be suppressed (should be supported by external party) -
registrationDigestEnabled
Indicates that registration digest should be sent to host. Default: true -
preventMultipleDeviceJoins
Indicates that registrants are allowed to join from multiple devices. -
workEmailRequired
Indicates that work email address is required for registration. -
viewRecording
Indicates that recording will be shown after the webinar and in emails. -
onDemandDuration
Duration of on-demand webinar. The default value can only be used if the session is on demand. Default: SixMonths Enum: OneMonth, TwoMonths, ThreeMonths, SixMonths, OneYear -
recordingExist
Indicates that recording exists for the session. -
autoOpenPostWebinarRegistration
Indicates that post webinar registration will be opened automatically when webinar ends. -
postWebinarRegistrationClosingTime
The time after which the post webinar will be closed automatically. Format: date-time
-
-
Constructor Details
-
RegSessionModelSettings
public RegSessionModelSettings()
-
-
Method Details
-
autoCloseLimit
-
suppressEmails
-
registrationDigestEnabled
-
preventMultipleDeviceJoins
-
workEmailRequired
-
viewRecording
-
onDemandDuration
-
recordingExist
-
autoOpenPostWebinarRegistration
public RegSessionModelSettings autoOpenPostWebinarRegistration(Boolean autoOpenPostWebinarRegistration) -
postWebinarRegistrationClosingTime
public RegSessionModelSettings postWebinarRegistrationClosingTime(String postWebinarRegistrationClosingTime)
-