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 |
---|---|
CalendarDto |
EmailApi.getCalendarFileAsModel(GetCalendarFileAsModelRequestData request)
Converts calendar document to a model representation
|
CalendarDto |
EmailApi.getCalendarModel(GetCalendarModelRequestData request)
Get calendar file
|
Modifier and Type | Method and Description |
---|---|
CalendarDto |
CalendarDto.addAttachmentsItem(Attachment attachmentsItem)
Add an item to attachments and return this.
|
CalendarDto |
CalendarDto.addAttendeesItem(MailAddress attendeesItem)
Add an item to attendees and return this.
|
CalendarDto |
CalendarDto.addFlagsItem(String flagsItem)
Add an item to flags and return this.
|
CalendarDto |
CalendarDto.addOptionalAttendeesItem(MailAddress optionalAttendeesItem)
Add an item to optionalAttendees and return this.
|
CalendarDto |
CalendarDto.addRemindersItem(CalendarReminder remindersItem)
Add an item to reminders and return this.
|
CalendarDto |
CalendarDto.attachments(List<Attachment> attachments)
Set attachments and return this.
|
CalendarDto |
CalendarDto.attendees(List<MailAddress> attendees)
Set attendees and return this.
|
CalendarDto |
CalendarDto.description(String description)
Set description and return this.
|
CalendarDto |
CalendarDto.endDate(Date endDate)
Set endDate and return this.
|
CalendarDto |
CalendarDto.endTimeZone(String endTimeZone)
Set endTimeZone and return this.
|
CalendarDto |
CalendarDto.flags(List<String> flags)
Set flags and return this.
|
CalendarDto |
CalendarDtoAlternateRq.getValue()
iCalendar document model
|
CalendarDto |
StorageModelRqOfCalendarDto.getValue()
Get value
|
CalendarDto |
StorageModelOfCalendarDto.getValue()
Get value
|
CalendarDto |
CalendarDto.isDescriptionHtml(Boolean isDescriptionHtml)
Set isDescriptionHtml and return this.
|
CalendarDto |
CalendarDto.location(String location)
Set location and return this.
|
CalendarDto |
CalendarDto.method(String method)
Set method and return this.
|
CalendarDto |
CalendarDto.microsoftBusyStatus(String microsoftBusyStatus)
Set microsoftBusyStatus and return this.
|
CalendarDto |
CalendarDto.microsoftIntendedStatus(String microsoftIntendedStatus)
Set microsoftIntendedStatus and return this.
|
CalendarDto |
CalendarDto.optionalAttendees(List<MailAddress> optionalAttendees)
Set optionalAttendees and return this.
|
CalendarDto |
CalendarDto.organizer(MailAddress organizer)
Set organizer and return this.
|
CalendarDto |
CalendarDto.recurrenceString(String recurrenceString)
Set recurrenceString and return this.
|
CalendarDto |
CalendarDto.reminders(List<CalendarReminder> reminders)
Set reminders and return this.
|
CalendarDto |
CalendarDto.sequenceId(String sequenceId)
Set sequenceId and return this.
|
CalendarDto |
CalendarDto.startDate(Date startDate)
Set startDate and return this.
|
CalendarDto |
CalendarDto.startTimeZone(String startTimeZone)
Set startTimeZone and return this.
|
CalendarDto |
CalendarDto.status(String status)
Set status and return this.
|
CalendarDto |
CalendarDto.summary(String summary)
Set summary and return this.
|
CalendarDto |
CalendarDto.transparency(String transparency)
Set transparency and return this.
|
Modifier and Type | Method and Description |
---|---|
void |
CalendarDtoAlternateRq.setValue(CalendarDto value)
Set value.
|
void |
StorageModelRqOfCalendarDto.setValue(CalendarDto value)
Set value.
|
void |
StorageModelOfCalendarDto.setValue(CalendarDto value)
Set value.
|
CalendarDtoAlternateRq |
CalendarDtoAlternateRq.value(CalendarDto value)
Set value and return this.
|
StorageModelRqOfCalendarDto |
StorageModelRqOfCalendarDto.value(CalendarDto value)
Set value and return this.
|
StorageModelOfCalendarDto |
StorageModelOfCalendarDto.value(CalendarDto value)
Set value and return this.
|
Constructor and Description |
---|
CalendarDtoAlternateRq(CalendarDto value,
String action,
String sequenceId)
Initializes a new instance of the CalendarDtoAlternateRq
|
StorageModelOfCalendarDto(StorageFileLocation storageFile,
CalendarDto value)
Initializes a new instance of the StorageModelOfCalendarDto
|
StorageModelRqOfCalendarDto(CalendarDto value,
StorageFolderLocation storageFolder)
Initializes a new instance of the StorageModelRqOfCalendarDto
|
Modifier and Type | Field and Description |
---|---|
CalendarDto |
ConvertCalendarModelToFileRequestData.calendarDto
Calendar model to convert
|
Constructor and Description |
---|
ConvertCalendarModelToFileRequestData(String format,
CalendarDto calendarDto)
Initializes a new instance of the ConvertCalendarModelToFileRequestData class.
|
Copyright © 2020. All rights reserved.