Class RegistrantBaseModel

java.lang.Object
com.ringcentral.definitions.RegistrantBaseModel

public class RegistrantBaseModel extends Object
  • Field Details

    • firstName

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

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

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

      public String joinUri
      The personalized URI for this registrant to join the Webinar Format: uri Example: https://v.ringcentral.com/w/a/join/iuyef77fsj473wn10ashjfk34
    • cancellationUri

      public String cancellationUri
      The personalized URI for this registrant to cancel the registration Format: uri Example: https://abcde12345.webinar.ringcentral.com/register?jlt=iuyef77fsj473wn10ashjfk34&action=cancel
    • visitorId

      public String visitorId
      Visitor ID passed from registration page
    • externalId

      public String externalId
      ID of a registrant passed from external system
    • registrationTime

      public String registrationTime
      Registration time (can be earlier than "creationTime" due to indirect persistence) Format: date-time
    • ipAddress

      public String ipAddress
      IP address of the registrant's user agent Format: ipv4
    • source

      public String source
      Registration channel source (coming from registration URI)
    • participantId

      public String participantId
      ID of session participant (from Runtime Service - if this registrant attended the webinar)
  • Constructor Details

    • RegistrantBaseModel

      public RegistrantBaseModel()
  • Method Details