Package com.ringcentral.definitions
Class ContactInfoCreationRequest
java.lang.Object
com.ringcentral.definitions.ContactInfoCreationRequest
Contact Information
-
Field Summary
FieldsModifier and TypeFieldDescriptionExtension user contact phone number in [E.164](https://www.itu.int/rec/T-REC-E.164-201011-I) formatExtension user company nameExtension user department, if anyEmail of extension user Format: emailIf `true` then contact email is enabled as login name for this user.For User extension type only.For User extension type only.Extension user mobile (**non** Toll Free) phone number in [E.164](https://www.itu.int/rec/T-REC-E.164-201011-I) (with '+' sign) format -
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
For User extension type only. Extension user first name -
lastName
For User extension type only. Extension user last name -
company
Extension user company name -
jobTitle
-
email
Email of extension user Format: email -
businessPhone
Extension user contact phone number in [E.164](https://www.itu.int/rec/T-REC-E.164-201011-I) format -
mobilePhone
Extension user 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
If `true` then contact email is enabled as login name for this user. Please note that email should be unique in this case. The default value is `false` -
pronouncedName
-
department
Extension user department, if any
-
-
Constructor Details
-
ContactInfoCreationRequest
public ContactInfoCreationRequest()
-
-
Method Details
-
firstName
-
lastName
-
company
-
jobTitle
-
email
-
businessPhone
-
mobilePhone
-
businessAddress
-
emailAsLoginName
-
pronouncedName
-
department
-