public class MapiCalendarExceptionInfoDtoBuilder extends Object
Constructor and Description |
---|
MapiCalendarExceptionInfoDtoBuilder(MapiCalendarExceptionInfoDto model) |
Modifier and Type | Method and Description |
---|---|
MapiCalendarExceptionInfoDtoBuilder |
attachments(List<MapiAttachmentDto> attachments)
Set MapiCalendarExceptionInfoDto.attachments and return builder.
|
MapiCalendarExceptionInfoDtoBuilder |
body(String body)
Set MapiCalendarExceptionInfoDto.body and return builder.
|
MapiCalendarExceptionInfoDto |
build()
Build MapiCalendarExceptionInfoDto instance.
|
MapiCalendarExceptionInfoDtoBuilder |
busyStatus(String busyStatus)
Set MapiCalendarExceptionInfoDto.busyStatus and return builder.
|
MapiCalendarExceptionInfoDtoBuilder |
endDateTime(Date endDateTime)
Set MapiCalendarExceptionInfoDto.endDateTime and return builder.
|
MapiCalendarExceptionInfoDtoBuilder |
hasAttachment(Boolean hasAttachment)
Set MapiCalendarExceptionInfoDto.hasAttachment and return builder.
|
MapiCalendarExceptionInfoDtoBuilder |
location(String location)
Set MapiCalendarExceptionInfoDto.location and return builder.
|
MapiCalendarExceptionInfoDtoBuilder |
meetingType(String meetingType)
Set MapiCalendarExceptionInfoDto.meetingType and return builder.
|
MapiCalendarExceptionInfoDtoBuilder |
originalStartDate(Date originalStartDate)
Set MapiCalendarExceptionInfoDto.originalStartDate and return builder.
|
MapiCalendarExceptionInfoDtoBuilder |
overrideFlags(List<String> overrideFlags)
Set MapiCalendarExceptionInfoDto.overrideFlags and return builder.
|
MapiCalendarExceptionInfoDtoBuilder |
reminderDelta(Integer reminderDelta)
Set MapiCalendarExceptionInfoDto.reminderDelta and return builder.
|
MapiCalendarExceptionInfoDtoBuilder |
reminderSet(Boolean reminderSet)
Set MapiCalendarExceptionInfoDto.reminderSet and return builder.
|
MapiCalendarExceptionInfoDtoBuilder |
startDateTime(Date startDateTime)
Set MapiCalendarExceptionInfoDto.startDateTime and return builder.
|
MapiCalendarExceptionInfoDtoBuilder |
subject(String subject)
Set MapiCalendarExceptionInfoDto.subject and return builder.
|
MapiCalendarExceptionInfoDtoBuilder |
subType(Integer subType)
Set MapiCalendarExceptionInfoDto.subType and return builder.
|
public MapiCalendarExceptionInfoDtoBuilder(MapiCalendarExceptionInfoDto model)
public MapiCalendarExceptionInfoDto build()
public MapiCalendarExceptionInfoDtoBuilder attachments(List<MapiAttachmentDto> attachments)
attachments
- Attachments in the recurrence exception.public MapiCalendarExceptionInfoDtoBuilder body(String body)
body
- Body.public MapiCalendarExceptionInfoDtoBuilder busyStatus(String busyStatus)
busyStatus
- Enumerates the mapi calendar possible busy status Enum, available values: Free, Tentative, Busy, OutOfOfficepublic MapiCalendarExceptionInfoDtoBuilder endDateTime(Date endDateTime)
endDateTime
- End date.public MapiCalendarExceptionInfoDtoBuilder hasAttachment(Boolean hasAttachment)
hasAttachment
- Value of this field specifies whether the Exception Embedded Message object contains attachments.public MapiCalendarExceptionInfoDtoBuilder location(String location)
location
- Location.public MapiCalendarExceptionInfoDtoBuilder meetingType(String meetingType)
meetingType
- Enumerates the appointment state Enum, available values: Meeting, Received, Canceledpublic MapiCalendarExceptionInfoDtoBuilder originalStartDate(Date originalStartDate)
originalStartDate
- Original start date.public MapiCalendarExceptionInfoDtoBuilder overrideFlags(List<String> overrideFlags)
overrideFlags
- Override flags. Items: Specifies what data in the MapiCalendarOverride structure has a value different from the recurring series. Enum, available values: Subject, MeetingType, ReminderDelta, Reminder, Location, BusyStatus, Attachment, Subtype, AppointmentColor, ExceptionalBodypublic MapiCalendarExceptionInfoDtoBuilder reminderDelta(Integer reminderDelta)
reminderDelta
- Reminder delta.public MapiCalendarExceptionInfoDtoBuilder reminderSet(Boolean reminderSet)
reminderSet
- Value for the PidLidReminderSet property.public MapiCalendarExceptionInfoDtoBuilder startDateTime(Date startDateTime)
startDateTime
- Start date.public MapiCalendarExceptionInfoDtoBuilder subject(String subject)
subject
- Subject.public MapiCalendarExceptionInfoDtoBuilder subType(Integer subType)
subType
- SubType.Copyright © 2020. All rights reserved.