Package | Description |
---|---|
com.aspose.email.cloud.sdk.api | |
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
ContactDto |
MapiContactApi.asContactDto(MapiContactDto mapiContactDto)
Converts MAPI contact model to ContactDto model.
|
ContactDto |
ContactApi.fromFile(ContactFromFileRequest request)
Converts contact document to a model representation
|
ContactDto |
ContactApi.get(ContactGetRequest request)
Get contact document from storage.
|
Modifier and Type | Method and Description |
---|---|
MapiContactDto |
ContactApi.asMapi(ContactDto contactDto)
Converts ContactDto to MapiContactDto.
|
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 |
ContactDtoBuilder.build()
Build ContactDto instance.
|
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 |
ContactAsFileRequest.getValue()
Contact model.
|
ContactDto |
StorageModelOfContactDto.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 |
ContactAsFileRequest.setValue(ContactDto value)
Set value.
|
void |
StorageModelOfContactDto.setValue(ContactDto value)
Set value.
|
ContactSaveRequestBuilder |
ContactSaveRequestBuilder.value(ContactDto value)
Set ContactSaveRequest.value and return builder.
|
ContactAsFileRequest |
ContactAsFileRequest.value(ContactDto value)
Set value and return this.
|
StorageModelOfContactDtoBuilder |
StorageModelOfContactDtoBuilder.value(ContactDto value)
Set StorageModelOfContactDto.value and return builder.
|
ContactAsFileRequestBuilder |
ContactAsFileRequestBuilder.value(ContactDto value)
Set ContactAsFileRequest.value and return builder.
|
StorageModelOfContactDto |
StorageModelOfContactDto.value(ContactDto value)
Set value and return this.
|
Modifier and Type | Method and Description |
---|---|
void |
ListResponseOfContactDto.setValue(List<ContactDto> value)
Set value.
|
ContactListBuilder |
ContactListBuilder.value(List<ContactDto> value)
Set ContactList.value and return builder.
|
ListResponseOfContactDto |
ListResponseOfContactDto.value(List<ContactDto> value)
Set value and return this.
|
ListResponseOfContactDtoBuilder |
ListResponseOfContactDtoBuilder.value(List<ContactDto> value)
Set ListResponseOfContactDto.value and return builder.
|
Constructor and Description |
---|
ContactAsFileRequest(String format,
ContactDto value)
Initializes a new instance of the ContactAsFileRequest
|
ContactDtoBuilder(ContactDto model) |
ContactSaveRequest(StorageFileLocation storageFile,
ContactDto value,
String format)
Initializes a new instance of the ContactSaveRequest
|
StorageModelOfContactDto(StorageFileLocation storageFile,
ContactDto value)
Initializes a new instance of the StorageModelOfContactDto
|
Constructor and Description |
---|
ContactList(List<ContactDto> value)
Initializes a new instance of the ContactList
|
ListResponseOfContactDto(List<ContactDto> value)
Initializes a new instance of the ListResponseOfContactDto
|
Copyright © 2020. All rights reserved.