Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
InstantMessengerAddress |
InstantMessengerAddress.address(String address)
Set address and return this.
|
InstantMessengerAddress |
InstantMessengerAddressBuilder.build()
Build InstantMessengerAddress instance.
|
InstantMessengerAddress |
InstantMessengerAddress.category(EnumWithCustomOfInstantMessengerCategory category)
Set category and return this.
|
InstantMessengerAddress |
InstantMessengerAddress.preferred(Boolean preferred)
Set preferred and return this.
|
Modifier and Type | Method and Description |
---|---|
List<InstantMessengerAddress> |
ContactDto.getInstantMessengers()
Person's instant messenger addresses.
|
Modifier and Type | Method and Description |
---|---|
ContactDto |
ContactDto.addInstantMessengersItem(InstantMessengerAddress instantMessengersItem)
Add an item to instantMessengers and return this.
|
Modifier and Type | Method and Description |
---|---|
ContactDto |
ContactDto.instantMessengers(List<InstantMessengerAddress> instantMessengers)
Set instantMessengers and return this.
|
ContactDtoBuilder |
ContactDtoBuilder.instantMessengers(List<InstantMessengerAddress> instantMessengers)
Set ContactDto.instantMessengers and return builder.
|
void |
ContactDto.setInstantMessengers(List<InstantMessengerAddress> instantMessengers)
Set instantMessengers.
|
Constructor and Description |
---|
InstantMessengerAddressBuilder(InstantMessengerAddress 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.