static ContactData.Builder |
ContactData.builder() |
|
ContactData.Builder |
ContactData.Builder.contactArn(String contactArn) |
The ARN of the contact.
|
ContactData.Builder |
ContactData.Builder.displayName(String displayName) |
The name of the contact to display on the console.
|
ContactData.Builder |
ContactData.Builder.firstName(String firstName) |
The first name of the contact, used to call the contact on the device.
|
ContactData.Builder |
ContactData.Builder.lastName(String lastName) |
The last name of the contact, used to call the contact on the device.
|
ContactData.Builder |
ContactData.Builder.phoneNumber(String phoneNumber) |
The phone number of the contact.
|
ContactData.Builder |
ContactData.Builder.phoneNumbers(Collection<PhoneNumber> phoneNumbers) |
The list of phone numbers for the contact.
|
ContactData.Builder |
ContactData.Builder.phoneNumbers(Consumer<PhoneNumber.Builder>... phoneNumbers) |
The list of phone numbers for the contact.
|
ContactData.Builder |
ContactData.Builder.phoneNumbers(PhoneNumber... phoneNumbers) |
The list of phone numbers for the contact.
|
ContactData.Builder |
ContactData.Builder.sipAddresses(Collection<SipAddress> sipAddresses) |
The list of SIP addresses for the contact.
|
ContactData.Builder |
ContactData.Builder.sipAddresses(Consumer<SipAddress.Builder>... sipAddresses) |
The list of SIP addresses for the contact.
|
ContactData.Builder |
ContactData.Builder.sipAddresses(SipAddress... sipAddresses) |
The list of SIP addresses for the contact.
|
ContactData.Builder |
ContactData.toBuilder() |
|