Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
PhoneNumber |
PhoneNumberBuilder.build()
Build PhoneNumber instance.
|
PhoneNumber |
PhoneNumber.category(EnumWithCustomOfPhoneNumberCategory category)
Set category and return this.
|
PhoneNumber |
PhoneNumber.number(String number)
Set number and return this.
|
PhoneNumber |
PhoneNumber.preferred(Boolean preferred)
Set preferred and return this.
|
Modifier and Type | Method and Description |
---|---|
List<PhoneNumber> |
ContactDto.getPhoneNumbers()
Person's phone numbers.
|
Modifier and Type | Method and Description |
---|---|
ContactDto |
ContactDto.addPhoneNumbersItem(PhoneNumber phoneNumbersItem)
Add an item to phoneNumbers and return this.
|
Modifier and Type | Method and Description |
---|---|
ContactDto |
ContactDto.phoneNumbers(List<PhoneNumber> phoneNumbers)
Set phoneNumbers and return this.
|
ContactDtoBuilder |
ContactDtoBuilder.phoneNumbers(List<PhoneNumber> phoneNumbers)
Set ContactDto.phoneNumbers and return builder.
|
void |
ContactDto.setPhoneNumbers(List<PhoneNumber> phoneNumbers)
Set phoneNumbers.
|
Constructor and Description |
---|
PhoneNumberBuilder(PhoneNumber model) |
Constructor and Description |
---|
ContactDto(List<AssociatedPerson> associatedPersons,
List<Attachment> attachments,
String companyName,
String computerNetworkName,
String customerId,
String departmentName,
String displayName,
List<EmailAddress> emailAddresses,
List<CustomerEvent> events,
String fileAs,
String fileAsMapping,
String freeBusyLocation,
String gender,
String givenName,
String governmentIdNumber,
String hobbies,
String initials,
List<InstantMessengerAddress> instantMessengers,
String jobTitle,
String language,
String location,
String middleName,
String nickname,
String notes,
String notesFormat,
String officeLocation,
String organizationalIdNumber,
List<PhoneNumber> phoneNumbers,
ContactPhoto photo,
List<PostalAddress> physicalAddresses,
String preferredTextEncoding,
String prefix,
String profession,
String suffix,
String surname,
List<Url> urls)
Initializes a new instance of the ContactDto
|
Copyright © 2020. All rights reserved.