Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
AssociatedPerson |
AssociatedPersonBuilder.build()
Build AssociatedPerson instance.
|
AssociatedPerson |
AssociatedPerson.category(EnumWithCustomOfAssociatedPersonCategory category)
Set category and return this.
|
AssociatedPerson |
AssociatedPerson.name(String name)
Set name and return this.
|
AssociatedPerson |
AssociatedPerson.preferred(Boolean preferred)
Set preferred and return this.
|
Modifier and Type | Method and Description |
---|---|
List<AssociatedPerson> |
ContactDto.getAssociatedPersons()
Associated persons.
|
Modifier and Type | Method and Description |
---|---|
ContactDto |
ContactDto.addAssociatedPersonsItem(AssociatedPerson associatedPersonsItem)
Add an item to associatedPersons and return this.
|
Modifier and Type | Method and Description |
---|---|
ContactDto |
ContactDto.associatedPersons(List<AssociatedPerson> associatedPersons)
Set associatedPersons and return this.
|
ContactDtoBuilder |
ContactDtoBuilder.associatedPersons(List<AssociatedPerson> associatedPersons)
Set ContactDto.associatedPersons and return builder.
|
void |
ContactDto.setAssociatedPersons(List<AssociatedPerson> associatedPersons)
Set associatedPersons.
|
Constructor and Description |
---|
AssociatedPersonBuilder(AssociatedPerson 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.