Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
EmailAddress |
EmailAddress.address(String address)
Set address and return this.
|
EmailAddress |
EmailAddress.category(EnumWithCustomOfEmailAddressCategory category)
Set category and return this.
|
EmailAddress |
EmailAddress.displayName(String displayName)
Set displayName and return this.
|
EmailAddress |
EmailAddress.originalAddressString(String originalAddressString)
Set originalAddressString and return this.
|
EmailAddress |
EmailAddress.preferred(Boolean preferred)
Set preferred and return this.
|
EmailAddress |
EmailAddress.routingType(String routingType)
Set routingType and return this.
|
Modifier and Type | Method and Description |
---|---|
List<EmailAddress> |
ContactDto.getEmailAddresses()
Person's email addresses.
|
Modifier and Type | Method and Description |
---|---|
ContactDto |
ContactDto.addEmailAddressesItem(EmailAddress emailAddressesItem)
Add an item to emailAddresses and return this.
|
Modifier and Type | Method and Description |
---|---|
ContactDto |
ContactDto.emailAddresses(List<EmailAddress> emailAddresses)
Set emailAddresses and return this.
|
void |
ContactDto.setEmailAddresses(List<EmailAddress> emailAddresses)
Set emailAddresses.
|
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.