Package com.ringcentral.definitions
Class InviteeBaseModel
java.lang.Object
com.ringcentral.definitions.InviteeBaseModel
The attribute declaration to indicate webinar session participant/invitee role
-
Field Summary
FieldsModifier and TypeFieldDescriptionObject creation time Required Format: date-timeUser's contact email Format: email Example: john.doe@example.comFirst (given) name Example: JohnInternal object ID Example: 78654321Job title Example: Product ManagerObject last modification time Required Format: date-timeLast (family) name Example: DoeThe role of the webinar session participant/invitee.Indicates if invite/cancellation emails have to be sent to this invitee.The type of the webinar invitee Default: User Enum: User, Room -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(String creationTime) lastModifiedTime
(String lastModifiedTime) linkedUser
(RcwDomainUserModel linkedUser) sendInvite
(Boolean sendInvite)
-
Field Details
-
id
Internal object ID Example: 78654321 -
creationTime
Object creation time Required Format: date-time -
lastModifiedTime
Object last modification time Required Format: date-time -
firstName
First (given) name Example: John -
lastName
Last (family) name Example: Doe -
email
User's contact email Format: email Example: john.doe@example.com -
jobTitle
Job title Example: Product Manager -
linkedUser
-
role
The role of the webinar session participant/invitee. See also: [Understanding Webinar Roles](https://support.ringcentral.com/webinar/getting-started/understanding-ringcentral-webinar-roles.html) Required Example: Panelist Enum: Panelist, CoHost, Host, Attendee -
type
The type of the webinar invitee Default: User Enum: User, Room -
sendInvite
Indicates if invite/cancellation emails have to be sent to this invitee. For "Host" it cannot be set to false. If it is true it can't be changed back to false. Default: true
-
-
Constructor Details
-
InviteeBaseModel
public InviteeBaseModel()
-
-
Method Details
-
id
-
creationTime
-
lastModifiedTime
-
firstName
-
lastName
-
email
-
jobTitle
-
linkedUser
-
role
-
type
-
sendInvite
-