Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
CustomerEvent |
CustomerEventBuilder.build()
Build CustomerEvent instance.
|
CustomerEvent |
CustomerEvent.category(EnumWithCustomOfEventCategory category)
Set category and return this.
|
CustomerEvent |
CustomerEvent.date(Date date)
Set date and return this.
|
Modifier and Type | Method and Description |
---|---|
List<CustomerEvent> |
ContactDto.getEvents()
Person's events.
|
Modifier and Type | Method and Description |
---|---|
ContactDto |
ContactDto.addEventsItem(CustomerEvent eventsItem)
Add an item to events and return this.
|
Modifier and Type | Method and Description |
---|---|
ContactDto |
ContactDto.events(List<CustomerEvent> events)
Set events and return this.
|
ContactDtoBuilder |
ContactDtoBuilder.events(List<CustomerEvent> events)
Set ContactDto.events and return builder.
|
void |
ContactDto.setEvents(List<CustomerEvent> events)
Set events.
|
Constructor and Description |
---|
CustomerEventBuilder(CustomerEvent 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.