Class ContactInfo

java.lang.Object
com.ringcentral.definitions.ContactInfo

public class ContactInfo extends Object
Detailed contact information
  • Field Details

    • firstName

      public String firstName
      User's first name (for extensions of `User` type only)
    • lastName

      public String lastName
      For User extension type only. User's last name (for extensions of `User` type only)
    • name

      public String name
      Extension name (for extensions of `User` type - concatenation of first and last name)
    • company

      public String company
      User's company name
    • jobTitle

      public String jobTitle
      User's job title
    • email

      public String email
      User's contact email Format: email
    • businessPhone

      public String businessPhone
      User's contact phone number in [E.164](https://www.itu.int/rec/T-REC-E.164-201011-I) (with '+' sign) format
    • mobilePhone

      public String mobilePhone
      User's mobile (**non** Toll Free) phone number in [E.164](https://www.itu.int/rec/T-REC-E.164-201011-I) (with '+' sign) format
    • businessAddress

      public ContactBusinessAddressInfo businessAddress
    • emailAsLoginName

      public Boolean emailAsLoginName
      Indicates that the contact email is enabled as a login name for this user. Please note that the email must be unique in this case.
    • pronouncedName

      public PronouncedNameInfo pronouncedName
    • department

      public String department
      User's department name
  • Constructor Details

    • ContactInfo

      public ContactInfo()
  • Method Details