Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
MapiCalendarExceptionInfoDto |
MapiCalendarExceptionInfoDto.addAttachmentsItem(MapiAttachmentDto attachmentsItem)
Add an item to attachments and return this.
|
MapiCalendarExceptionInfoDto |
MapiCalendarExceptionInfoDto.addOverrideFlagsItem(String overrideFlagsItem)
Add an item to overrideFlags and return this.
|
MapiCalendarExceptionInfoDto |
MapiCalendarExceptionInfoDto.attachments(List<MapiAttachmentDto> attachments)
Set attachments and return this.
|
MapiCalendarExceptionInfoDto |
MapiCalendarExceptionInfoDto.body(String body)
Set body and return this.
|
MapiCalendarExceptionInfoDto |
MapiCalendarExceptionInfoDtoBuilder.build()
Build MapiCalendarExceptionInfoDto instance.
|
MapiCalendarExceptionInfoDto |
MapiCalendarExceptionInfoDto.busyStatus(String busyStatus)
Set busyStatus and return this.
|
MapiCalendarExceptionInfoDto |
MapiCalendarExceptionInfoDto.endDateTime(Date endDateTime)
Set endDateTime and return this.
|
MapiCalendarExceptionInfoDto |
MapiCalendarExceptionInfoDto.hasAttachment(Boolean hasAttachment)
Set hasAttachment and return this.
|
MapiCalendarExceptionInfoDto |
MapiCalendarExceptionInfoDto.location(String location)
Set location and return this.
|
MapiCalendarExceptionInfoDto |
MapiCalendarExceptionInfoDto.meetingType(String meetingType)
Set meetingType and return this.
|
MapiCalendarExceptionInfoDto |
MapiCalendarExceptionInfoDto.originalStartDate(Date originalStartDate)
Set originalStartDate and return this.
|
MapiCalendarExceptionInfoDto |
MapiCalendarExceptionInfoDto.overrideFlags(List<String> overrideFlags)
Set overrideFlags and return this.
|
MapiCalendarExceptionInfoDto |
MapiCalendarExceptionInfoDto.reminderDelta(Integer reminderDelta)
Set reminderDelta and return this.
|
MapiCalendarExceptionInfoDto |
MapiCalendarExceptionInfoDto.reminderSet(Boolean reminderSet)
Set reminderSet and return this.
|
MapiCalendarExceptionInfoDto |
MapiCalendarExceptionInfoDto.startDateTime(Date startDateTime)
Set startDateTime and return this.
|
MapiCalendarExceptionInfoDto |
MapiCalendarExceptionInfoDto.subject(String subject)
Set subject and return this.
|
MapiCalendarExceptionInfoDto |
MapiCalendarExceptionInfoDto.subType(Integer subType)
Set subType and return this.
|
Modifier and Type | Method and Description |
---|---|
List<MapiCalendarExceptionInfoDto> |
MapiCalendarRecurrencePatternDto.getExceptions()
An exception specifies changes to an instance of a recurring series.
|
Modifier and Type | Method and Description |
---|---|
MapiCalendarRecurrencePatternDto |
MapiCalendarRecurrencePatternDto.addExceptionsItem(MapiCalendarExceptionInfoDto exceptionsItem)
Add an item to exceptions and return this.
|
Modifier and Type | Method and Description |
---|---|
MapiCalendarWeeklyRecurrencePatternDtoBuilder |
MapiCalendarWeeklyRecurrencePatternDtoBuilder.exceptions(List<MapiCalendarExceptionInfoDto> exceptions)
Set MapiCalendarWeeklyRecurrencePatternDto.exceptions and return builder.
|
MapiCalendarDailyRecurrencePatternDtoBuilder |
MapiCalendarDailyRecurrencePatternDtoBuilder.exceptions(List<MapiCalendarExceptionInfoDto> exceptions)
Set MapiCalendarDailyRecurrencePatternDto.exceptions and return builder.
|
MapiCalendarYearlyAndMonthlyRecurrencePatternDtoBuilder |
MapiCalendarYearlyAndMonthlyRecurrencePatternDtoBuilder.exceptions(List<MapiCalendarExceptionInfoDto> exceptions)
Set MapiCalendarYearlyAndMonthlyRecurrencePatternDto.exceptions and return builder.
|
MapiCalendarRecurrencePatternDtoBuilder |
MapiCalendarRecurrencePatternDtoBuilder.exceptions(List<MapiCalendarExceptionInfoDto> exceptions)
Set MapiCalendarRecurrencePatternDto.exceptions and return builder.
|
MapiCalendarRecurrencePatternDto |
MapiCalendarRecurrencePatternDto.exceptions(List<MapiCalendarExceptionInfoDto> exceptions)
Set exceptions and return this.
|
void |
MapiCalendarRecurrencePatternDto.setExceptions(List<MapiCalendarExceptionInfoDto> exceptions)
Set exceptions.
|
Constructor and Description |
---|
MapiCalendarExceptionInfoDtoBuilder(MapiCalendarExceptionInfoDto model) |
Constructor and Description |
---|
MapiCalendarDailyRecurrencePatternDto(String calendarType,
List<Date> deletedInstanceDates,
Date endDate,
String endType,
List<MapiCalendarExceptionInfoDto> exceptions,
String frequency,
List<Date> modifiedInstanceDates,
Long occurrenceCount,
String patternType,
Long period,
Boolean slidingFlag,
Date startDate,
String weekStartDay,
List<String> dayOfWeek)
Initializes a new instance of the MapiCalendarDailyRecurrencePatternDto
|
MapiCalendarRecurrencePatternDto(String calendarType,
List<Date> deletedInstanceDates,
Date endDate,
String endType,
List<MapiCalendarExceptionInfoDto> exceptions,
String frequency,
List<Date> modifiedInstanceDates,
Long occurrenceCount,
String patternType,
Long period,
Boolean slidingFlag,
Date startDate,
String weekStartDay)
Initializes a new instance of the MapiCalendarRecurrencePatternDto
|
MapiCalendarWeeklyRecurrencePatternDto(String calendarType,
List<Date> deletedInstanceDates,
Date endDate,
String endType,
List<MapiCalendarExceptionInfoDto> exceptions,
String frequency,
List<Date> modifiedInstanceDates,
Long occurrenceCount,
String patternType,
Long period,
Boolean slidingFlag,
Date startDate,
String weekStartDay,
List<String> dayOfWeek)
Initializes a new instance of the MapiCalendarWeeklyRecurrencePatternDto
|
MapiCalendarYearlyAndMonthlyRecurrencePatternDto(String calendarType,
List<Date> deletedInstanceDates,
Date endDate,
String endType,
List<MapiCalendarExceptionInfoDto> exceptions,
String frequency,
List<Date> modifiedInstanceDates,
Long occurrenceCount,
String patternType,
Long period,
Boolean slidingFlag,
Date startDate,
String weekStartDay,
Integer day,
List<String> dayOfWeek,
String position)
Initializes a new instance of the MapiCalendarYearlyAndMonthlyRecurrencePatternDto
|
Copyright © 2020. All rights reserved.