Package com.ringcentral.definitions
Class InviteeResource
java.lang.Object
com.ringcentral.definitions.InviteeResource
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 ManagerPersonalized join link for the Invitee Format: uri Example: https://v.ringcentral.com/w/join/de7yd8ew7yfsdfjh899843rgjObject last modification time Required Format: date-timeLast (family) name Example: DoePhone (PSTN) participant codeThe 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) phoneParticipantCode
(String phoneParticipantCode) 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 -
joinUri
Personalized join link for the Invitee Format: uri Example: https://v.ringcentral.com/w/join/de7yd8ew7yfsdfjh899843rgj -
phoneParticipantCode
Phone (PSTN) participant code
-
-
Constructor Details
-
InviteeResource
public InviteeResource()
-
-
Method Details
-
id
-
creationTime
-
lastModifiedTime
-
firstName
-
lastName
-
email
-
jobTitle
-
linkedUser
-
role
-
type
-
sendInvite
-
joinUri
-
phoneParticipantCode
-