Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Class and Description |
---|---|
class |
MapiContactPhotoDto
Contains data and type of contact's photo.
|
Modifier and Type | Method and Description |
---|---|
ContactPhoto |
ContactPhoto.base64Data(String base64Data)
Set base64Data and return this.
|
ContactPhoto |
ContactPhotoBuilder.build()
Build ContactPhoto instance.
|
ContactPhoto |
ContactDto.getPhoto()
Person's photo.
|
ContactPhoto |
ContactPhoto.photoImageFormat(String photoImageFormat)
Set photoImageFormat and return this.
|
Modifier and Type | Method and Description |
---|---|
ContactDto |
ContactDto.photo(ContactPhoto photo)
Set photo and return this.
|
ContactDtoBuilder |
ContactDtoBuilder.photo(ContactPhoto photo)
Set ContactDto.photo and return builder.
|
void |
ContactDto.setPhoto(ContactPhoto photo)
Set photo.
|
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
|
ContactPhotoBuilder(ContactPhoto model) |
Copyright © 2020. All rights reserved.