Package com.ringcentral.definitions
Class SystemUserContactInfo
java.lang.Object
com.ringcentral.definitions.SystemUserContactInfo
Personal contact information
-
Field Summary
FieldsModifier and TypeFieldDescriptionPhone number in e.164 format (with '+' prefix) Required Example: +16501234567Contact email Required Format: email Example: john.smith@acme.comShort number of an extension.Given name Required Example: JohnInternal identifier of System user extension RequiredFamily name Required Example: Smith -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontactPhone
(String contactPhone) extensionNumber
(String extensionNumber)
-
Field Details
-
firstName
Given name Required Example: John -
lastName
Family name Required Example: Smith -
email
Contact email Required Format: email Example: john.smith@acme.com -
contactPhone
Phone number in e.164 format (with '+' prefix) Required Example: +16501234567 -
id
Internal identifier of System user extension Required -
extensionNumber
Short number of an extension. Actual max length depends on system length limit for extension. Required Example: 205
-
-
Constructor Details
-
SystemUserContactInfo
public SystemUserContactInfo()
-
-
Method Details
-
firstName
-
lastName
-
email
-
contactPhone
-
id
-
extensionNumber
-