Class InviteeBaseModel

java.lang.Object
com.ringcentral.definitions.InviteeBaseModel

public class InviteeBaseModel extends Object
The attribute declaration to indicate webinar session participant/invitee role
  • Field Details

    • id

      public String id
      Internal object ID Example: 78654321
    • creationTime

      public String creationTime
      Object creation time Required Format: date-time
    • lastModifiedTime

      public String lastModifiedTime
      Object last modification time Required Format: date-time
    • firstName

      public String firstName
      First (given) name Example: John
    • lastName

      public String lastName
      Last (family) name Example: Doe
    • email

      public String email
      User's contact email Format: email Example: john.doe@example.com
    • jobTitle

      public String jobTitle
      Job title Example: Product Manager
    • linkedUser

      public RcwDomainUserModel linkedUser
    • role

      public String 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

      public String type
      The type of the webinar invitee Default: User Enum: User, Room
    • sendInvite

      public Boolean 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