Package com.ringcentral.definitions
Class ContactInfo
java.lang.Object
com.ringcentral.definitions.ContactInfo
Detailed contact information
-
Field Summary
FieldsModifier and TypeFieldDescriptionUser's contact phone number in [E.164](https://www.itu.int/rec/T-REC-E.164-201011-I) (with '+' sign) formatUser's company nameUser's department nameUser's contact email Format: emailIndicates that the contact email is enabled as a login name for this user.User's first name (for extensions of `User` type only)User's job titleFor User extension type only.User's mobile (**non** Toll Free) phone number in [E.164](https://www.itu.int/rec/T-REC-E.164-201011-I) (with '+' sign) formatExtension name (for extensions of `User` type - concatenation of first and last name) -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbusinessAddress(ContactBusinessAddressInfo businessAddress) businessPhone(String businessPhone) department(String department) emailAsLoginName(Boolean emailAsLoginName) mobilePhone(String mobilePhone) pronouncedName(PronouncedNameInfo pronouncedName)
-
Field Details
-
firstName
User's first name (for extensions of `User` type only) -
lastName
For User extension type only. User's last name (for extensions of `User` type only) -
name
Extension name (for extensions of `User` type - concatenation of first and last name) -
company
User's company name -
jobTitle
User's job title -
email
User's contact email Format: email -
businessPhone
User's contact phone number in [E.164](https://www.itu.int/rec/T-REC-E.164-201011-I) (with '+' sign) format -
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
-
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
-
department
User's department name
-
-
Constructor Details
-
ContactInfo
public ContactInfo()
-
-
Method Details
-
firstName
-
lastName
-
name
-
company
-
jobTitle
-
email
-
businessPhone
-
mobilePhone
-
businessAddress
-
emailAsLoginName
-
pronouncedName
-
department
-