Package | Description |
---|---|
com.aspose.email.cloud.sdk.api | |
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
CalendarDto |
EmailApi.getCalendarModel(GetCalendarModelRequestData request)
Get calendar file
|
Modifier and Type | Method and Description |
---|---|
CalendarDto |
CalendarDto.addAttachmentsItem(Attachment attachmentsItem) |
CalendarDto |
CalendarDto.addAttendeesItem(MailAddress attendeesItem) |
CalendarDto |
CalendarDto.addFlagsItem(String flagsItem) |
CalendarDto |
CalendarDto.addOptionalAttendeesItem(MailAddress optionalAttendeesItem) |
CalendarDto |
CalendarDto.addRemindersItem(CalendarReminder remindersItem) |
CalendarDto |
CalendarDto.attachments(List<Attachment> attachments) |
CalendarDto |
CalendarDto.attendees(List<MailAddress> attendees) |
CalendarDto |
CalendarDto.description(String description) |
CalendarDto |
CalendarDto.endDate(Date endDate) |
CalendarDto |
CalendarDto.endTimeZone(String endTimeZone) |
CalendarDto |
CalendarDto.flags(List<String> flags) |
CalendarDto |
StorageModelRqOfCalendarDto.getValue()
Get value
|
CalendarDto |
StorageModelOfCalendarDto.getValue()
Get value
|
CalendarDto |
CalendarDtoAlternateRq.getValue()
iCalendar document model
|
CalendarDto |
CalendarDto.isDescriptionHtml(Boolean isDescriptionHtml) |
CalendarDto |
CalendarDto.location(String location) |
CalendarDto |
CalendarDto.method(String method) |
CalendarDto |
CalendarDto.microsoftBusyStatus(String microsoftBusyStatus) |
CalendarDto |
CalendarDto.microsoftIntendedStatus(String microsoftIntendedStatus) |
CalendarDto |
CalendarDto.optionalAttendees(List<MailAddress> optionalAttendees) |
CalendarDto |
CalendarDto.organizer(MailAddress organizer) |
CalendarDto |
CalendarDto.recurrenceString(String recurrenceString) |
CalendarDto |
CalendarDto.reminders(List<CalendarReminder> reminders) |
CalendarDto |
CalendarDto.sequenceId(String sequenceId) |
CalendarDto |
CalendarDto.startDate(Date startDate) |
CalendarDto |
CalendarDto.startTimeZone(String startTimeZone) |
CalendarDto |
CalendarDto.status(String status) |
CalendarDto |
CalendarDto.summary(String summary) |
CalendarDto |
CalendarDto.transparency(String transparency) |
Modifier and Type | Method and Description |
---|---|
void |
StorageModelRqOfCalendarDto.setValue(CalendarDto value) |
void |
StorageModelOfCalendarDto.setValue(CalendarDto value) |
void |
CalendarDtoAlternateRq.setValue(CalendarDto value) |
StorageModelRqOfCalendarDto |
StorageModelRqOfCalendarDto.value(CalendarDto value) |
StorageModelOfCalendarDto |
StorageModelOfCalendarDto.value(CalendarDto value) |
CalendarDtoAlternateRq |
CalendarDtoAlternateRq.value(CalendarDto value) |
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
|
Copyright © 2020. All rights reserved.