Package | Description |
---|---|
com.aspose.email.cloud.sdk.api | |
com.aspose.email.cloud.sdk.model | |
com.aspose.email.cloud.sdk.model.requests |
Modifier and Type | Method and Description |
---|---|
ContactDto |
EmailApi.getContactFileAsModel(GetContactFileAsModelRequestData request)
Converts contact document to a model representation
|
ContactDto |
EmailApi.getContactModel(GetContactModelRequestData request)
Get contact document.
|
Modifier and Type | Method and Description |
---|---|
ContactDto |
ContactDto.addAssociatedPersonsItem(AssociatedPerson associatedPersonsItem)
Add an item to associatedPersons and return this.
|
ContactDto |
ContactDto.addAttachmentsItem(Attachment attachmentsItem)
Add an item to attachments and return this.
|
ContactDto |
ContactDto.addEmailAddressesItem(EmailAddress emailAddressesItem)
Add an item to emailAddresses and return this.
|
ContactDto |
ContactDto.addEventsItem(CustomerEvent eventsItem)
Add an item to events and return this.
|
ContactDto |
ContactDto.addInstantMessengersItem(InstantMessengerAddress instantMessengersItem)
Add an item to instantMessengers and return this.
|
ContactDto |
ContactDto.addPhoneNumbersItem(PhoneNumber phoneNumbersItem)
Add an item to phoneNumbers and return this.
|
ContactDto |
ContactDto.addPhysicalAddressesItem(PostalAddress physicalAddressesItem)
Add an item to physicalAddresses and return this.
|
ContactDto |
ContactDto.addUrlsItem(Url urlsItem)
Add an item to urls and return this.
|
ContactDto |
ContactDto.associatedPersons(List<AssociatedPerson> associatedPersons)
Set associatedPersons and return this.
|
ContactDto |
ContactDto.attachments(List<Attachment> attachments)
Set attachments and return this.
|
ContactDto |
ContactDto.companyName(String companyName)
Set companyName and return this.
|
ContactDto |
ContactDto.computerNetworkName(String computerNetworkName)
Set computerNetworkName and return this.
|
ContactDto |
ContactDto.customerId(String customerId)
Set customerId and return this.
|
ContactDto |
ContactDto.departmentName(String departmentName)
Set departmentName and return this.
|
ContactDto |
ContactDto.displayName(String displayName)
Set displayName and return this.
|
ContactDto |
ContactDto.emailAddresses(List<EmailAddress> emailAddresses)
Set emailAddresses and return this.
|
ContactDto |
ContactDto.events(List<CustomerEvent> events)
Set events and return this.
|
ContactDto |
ContactDto.fileAs(String fileAs)
Set fileAs and return this.
|
ContactDto |
ContactDto.fileAsMapping(String fileAsMapping)
Set fileAsMapping and return this.
|
ContactDto |
ContactDto.freeBusyLocation(String freeBusyLocation)
Set freeBusyLocation and return this.
|
ContactDto |
ContactDto.gender(String gender)
Set gender and return this.
|
ContactDto |
StorageModelOfContactDto.getValue()
Get value
|
ContactDto |
StorageModelRqOfContactDto.getValue()
Get value
|
ContactDto |
ContactDto.givenName(String givenName)
Set givenName and return this.
|
ContactDto |
ContactDto.governmentIdNumber(String governmentIdNumber)
Set governmentIdNumber and return this.
|
ContactDto |
ContactDto.hobbies(String hobbies)
Set hobbies and return this.
|
ContactDto |
ContactDto.initials(String initials)
Set initials and return this.
|
ContactDto |
ContactDto.instantMessengers(List<InstantMessengerAddress> instantMessengers)
Set instantMessengers and return this.
|
ContactDto |
ContactDto.jobTitle(String jobTitle)
Set jobTitle and return this.
|
ContactDto |
ContactDto.language(String language)
Set language and return this.
|
ContactDto |
ContactDto.location(String location)
Set location and return this.
|
ContactDto |
ContactDto.middleName(String middleName)
Set middleName and return this.
|
ContactDto |
ContactDto.nickname(String nickname)
Set nickname and return this.
|
ContactDto |
ContactDto.notes(String notes)
Set notes and return this.
|
ContactDto |
ContactDto.notesFormat(String notesFormat)
Set notesFormat and return this.
|
ContactDto |
ContactDto.officeLocation(String officeLocation)
Set officeLocation and return this.
|
ContactDto |
ContactDto.organizationalIdNumber(String organizationalIdNumber)
Set organizationalIdNumber and return this.
|
ContactDto |
ContactDto.phoneNumbers(List<PhoneNumber> phoneNumbers)
Set phoneNumbers and return this.
|
ContactDto |
ContactDto.photo(ContactPhoto photo)
Set photo and return this.
|
ContactDto |
ContactDto.physicalAddresses(List<PostalAddress> physicalAddresses)
Set physicalAddresses and return this.
|
ContactDto |
ContactDto.preferredTextEncoding(String preferredTextEncoding)
Set preferredTextEncoding and return this.
|
ContactDto |
ContactDto.prefix(String prefix)
Set prefix and return this.
|
ContactDto |
ContactDto.profession(String profession)
Set profession and return this.
|
ContactDto |
ContactDto.suffix(String suffix)
Set suffix and return this.
|
ContactDto |
ContactDto.surname(String surname)
Set surname and return this.
|
ContactDto |
ContactDto.urls(List<Url> urls)
Set urls and return this.
|
Modifier and Type | Method and Description |
---|---|
List<ContactDto> |
ListResponseOfContactDto.getValue()
Get value
|
Modifier and Type | Method and Description |
---|---|
ListResponseOfContactDto |
ListResponseOfContactDto.addValueItem(ContactDto valueItem)
Add an item to value and return this.
|
void |
StorageModelOfContactDto.setValue(ContactDto value)
Set value.
|
void |
StorageModelRqOfContactDto.setValue(ContactDto value)
Set value.
|
StorageModelOfContactDto |
StorageModelOfContactDto.value(ContactDto value)
Set value and return this.
|
StorageModelRqOfContactDto |
StorageModelRqOfContactDto.value(ContactDto value)
Set value and return this.
|
Modifier and Type | Method and Description |
---|---|
void |
ListResponseOfContactDto.setValue(List<ContactDto> value)
Set value.
|
ListResponseOfContactDto |
ListResponseOfContactDto.value(List<ContactDto> value)
Set value and return this.
|
Constructor and Description |
---|
StorageModelOfContactDto(StorageFileLocation storageFile,
ContactDto value)
Initializes a new instance of the StorageModelOfContactDto
|
StorageModelRqOfContactDto(ContactDto value,
StorageFolderLocation storageFolder)
Initializes a new instance of the StorageModelRqOfContactDto
|
Constructor and Description |
---|
ListResponseOfContactDto(List<ContactDto> value)
Initializes a new instance of the ListResponseOfContactDto
|
Modifier and Type | Field and Description |
---|---|
ContactDto |
ConvertContactModelToFileRequestData.contactDto
Contact model to convert
|
Constructor and Description |
---|
ConvertContactModelToFileRequestData(String destinationFormat,
ContactDto contactDto)
Initializes a new instance of the ConvertContactModelToFileRequestData class.
|
Copyright © 2020. All rights reserved.