Package com.ringcentral.definitions
Class BatchProvisionUsersRequestItemContact
java.lang.Object
com.ringcentral.definitions.BatchProvisionUsersRequestItemContact
-
Field Summary
FieldsModifier and TypeFieldDescriptionContact email Format: email Example: john.smith@acme.comIndicates that contact email is enabled as login name for this user.Given name Example: JohnFamily name Example: SmithPhone number in e.164 format (with '+' prefix) Example: +16501234567 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionemailAsLoginName
(Boolean emailAsLoginName) mobileNumber
(String mobileNumber)
-
Field Details
-
firstName
Given name Example: John -
lastName
Family name Example: Smith -
email
Contact email Format: email Example: john.smith@acme.com -
mobileNumber
Phone number in e.164 format (with '+' prefix) Example: +16501234567 -
emailAsLoginName
Indicates that contact email is enabled as login name for this user. Please note that email must be unique in this case. Default: true
-
-
Constructor Details
-
BatchProvisionUsersRequestItemContact
public BatchProvisionUsersRequestItemContact()
-
-
Method Details
-
firstName
-
lastName
-
email
-
mobileNumber
-
emailAsLoginName
-