Package com.ringcentral.definitions
Class RegSessionModel
java.lang.Object
com.ringcentral.definitions.RegSessionModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe URI of the branding descriptor Format: uri Example: https://abcde12345.webinar.ringcentral.com/brandingIndicates that there are non-test registrants Required Example: trueSequence number for iCalendar email attachments Format: int32ID of the session Required Example: 123456789The current number of registrants Required Format: int32 Example: 10The URI of the registration landing page Format: uri Example: https://abcde12345.webinar.ringcentral.com/registerStatus of the registration Required Example: Open Enum: Open, Closed -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbrandingDescriptorUri
(String brandingDescriptorUri) hasRealRegistrants
(Boolean hasRealRegistrants) icalendarSequence
(Long icalendarSequence) registrantCount
(Long registrantCount) registrationPageUri
(String registrationPageUri) registrationStatus
(String registrationStatus) settings
(RegSessionModelSettings settings)
-
Field Details
-
id
ID of the session Required Example: 123456789 -
registrationStatus
Status of the registration Required Example: Open Enum: Open, Closed -
registrationPageUri
The URI of the registration landing page Format: uri Example: https://abcde12345.webinar.ringcentral.com/register -
brandingDescriptorUri
The URI of the branding descriptor Format: uri Example: https://abcde12345.webinar.ringcentral.com/branding -
registrantCount
The current number of registrants Required Format: int32 Example: 10 -
hasRealRegistrants
Indicates that there are non-test registrants Required Example: true -
icalendarSequence
Sequence number for iCalendar email attachments Format: int32 -
settings
-
-
Constructor Details
-
RegSessionModel
public RegSessionModel()
-
-
Method Details
-
id
-
registrationStatus
-
registrationPageUri
-
brandingDescriptorUri
-
registrantCount
-
hasRealRegistrants
-
icalendarSequence
-
settings
-