Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
PostalAddress |
PostalAddress.address(String address) |
PostalAddress |
PostalAddress.category(EnumWithCustomOfPostalAddressCategory category) |
PostalAddress |
PostalAddress.city(String city) |
PostalAddress |
PostalAddress.country(String country) |
PostalAddress |
PostalAddress.countryCode(String countryCode) |
PostalAddress |
PostalAddress.isMailingAddress(Boolean isMailingAddress) |
PostalAddress |
PostalAddress.postalCode(String postalCode) |
PostalAddress |
PostalAddress.postOfficeBox(String postOfficeBox) |
PostalAddress |
PostalAddress.preferred(Boolean preferred) |
PostalAddress |
PostalAddress.stateOrProvince(String stateOrProvince) |
PostalAddress |
PostalAddress.street(String street) |
Modifier and Type | Method and Description |
---|---|
List<PostalAddress> |
ContactDto.getPhysicalAddresses()
Person's physical addresses.
|
Modifier and Type | Method and Description |
---|---|
ContactDto |
ContactDto.addPhysicalAddressesItem(PostalAddress physicalAddressesItem) |
Modifier and Type | Method and Description |
---|---|
ContactDto |
ContactDto.physicalAddresses(List<PostalAddress> physicalAddresses) |
void |
ContactDto.setPhysicalAddresses(List<PostalAddress> physicalAddresses) |
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.