public class MapiCalendarExceptionInfoDto extends Object
Constructor and Description |
---|
MapiCalendarExceptionInfoDto() |
MapiCalendarExceptionInfoDto(List<MapiAttachmentDto> attachments,
String body,
String busyStatus,
Date endDateTime,
Boolean hasAttachment,
String location,
String meetingType,
Date originalStartDate,
List<String> overrideFlags,
Integer reminderDelta,
Boolean reminderSet,
Date startDateTime,
String subject,
Integer subType)
Initializes a new instance of the MapiCalendarExceptionInfoDto
|
Modifier and Type | Method and Description |
---|---|
MapiCalendarExceptionInfoDto |
addAttachmentsItem(MapiAttachmentDto attachmentsItem)
Add an item to attachments and return this.
|
MapiCalendarExceptionInfoDto |
addOverrideFlagsItem(String overrideFlagsItem)
Add an item to overrideFlags and return this.
|
MapiCalendarExceptionInfoDto |
attachments(List<MapiAttachmentDto> attachments)
Set attachments and return this.
|
MapiCalendarExceptionInfoDto |
body(String body)
Set body and return this.
|
MapiCalendarExceptionInfoDto |
busyStatus(String busyStatus)
Set busyStatus and return this.
|
MapiCalendarExceptionInfoDto |
endDateTime(Date endDateTime)
Set endDateTime and return this.
|
boolean |
equals(Object o) |
List<MapiAttachmentDto> |
getAttachments()
Attachments in the recurrence exception.
|
String |
getBody()
Body.
|
String |
getBusyStatus()
Enumerates the mapi calendar possible busy status Enum, available values: Free, Tentative, Busy, OutOfOffice
|
Date |
getEndDateTime()
End date.
|
String |
getLocation()
Location.
|
String |
getMeetingType()
Enumerates the appointment state Enum, available values: Meeting, Received, Canceled
|
Date |
getOriginalStartDate()
Original start date.
|
List<String> |
getOverrideFlags()
Override flags.
|
Integer |
getReminderDelta()
Reminder delta.
|
Date |
getStartDateTime()
Start date.
|
String |
getSubject()
Subject.
|
Integer |
getSubType()
SubType.
|
MapiCalendarExceptionInfoDto |
hasAttachment(Boolean hasAttachment)
Set hasAttachment and return this.
|
int |
hashCode() |
Boolean |
isHasAttachment()
Value of this field specifies whether the Exception Embedded Message object contains attachments.
|
Boolean |
isReminderSet()
Value for the PidLidReminderSet property.
|
MapiCalendarExceptionInfoDto |
location(String location)
Set location and return this.
|
MapiCalendarExceptionInfoDto |
meetingType(String meetingType)
Set meetingType and return this.
|
MapiCalendarExceptionInfoDto |
originalStartDate(Date originalStartDate)
Set originalStartDate and return this.
|
MapiCalendarExceptionInfoDto |
overrideFlags(List<String> overrideFlags)
Set overrideFlags and return this.
|
MapiCalendarExceptionInfoDto |
reminderDelta(Integer reminderDelta)
Set reminderDelta and return this.
|
MapiCalendarExceptionInfoDto |
reminderSet(Boolean reminderSet)
Set reminderSet and return this.
|
void |
setAttachments(List<MapiAttachmentDto> attachments)
Set attachments.
|
void |
setBody(String body)
Set body.
|
void |
setBusyStatus(String busyStatus)
Set busyStatus.
|
void |
setEndDateTime(Date endDateTime)
Set endDateTime.
|
void |
setHasAttachment(Boolean hasAttachment)
Set hasAttachment.
|
void |
setLocation(String location)
Set location.
|
void |
setMeetingType(String meetingType)
Set meetingType.
|
void |
setOriginalStartDate(Date originalStartDate)
Set originalStartDate.
|
void |
setOverrideFlags(List<String> overrideFlags)
Set overrideFlags.
|
void |
setReminderDelta(Integer reminderDelta)
Set reminderDelta.
|
void |
setReminderSet(Boolean reminderSet)
Set reminderSet.
|
void |
setStartDateTime(Date startDateTime)
Set startDateTime.
|
void |
setSubject(String subject)
Set subject.
|
void |
setSubType(Integer subType)
Set subType.
|
MapiCalendarExceptionInfoDto |
startDateTime(Date startDateTime)
Set startDateTime and return this.
|
MapiCalendarExceptionInfoDto |
subject(String subject)
Set subject and return this.
|
MapiCalendarExceptionInfoDto |
subType(Integer subType)
Set subType and return this.
|
String |
toString() |
public MapiCalendarExceptionInfoDto()
public MapiCalendarExceptionInfoDto(List<MapiAttachmentDto> attachments, String body, String busyStatus, Date endDateTime, Boolean hasAttachment, String location, String meetingType, Date originalStartDate, List<String> overrideFlags, Integer reminderDelta, Boolean reminderSet, Date startDateTime, String subject, Integer subType)
attachments
- Attachments in the recurrence exception.body
- Body.busyStatus
- Enumerates the mapi calendar possible busy status Enum, available values: Free, Tentative, Busy, OutOfOfficeendDateTime
- End date.hasAttachment
- Value of this field specifies whether the Exception Embedded Message object contains attachments.location
- Location.meetingType
- Enumerates the appointment state Enum, available values: Meeting, Received, CanceledoriginalStartDate
- Original start date.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, ExceptionalBodyreminderDelta
- Reminder delta.reminderSet
- Value for the PidLidReminderSet property.startDateTime
- Start date.subject
- Subject.subType
- SubType.public MapiCalendarExceptionInfoDto attachments(List<MapiAttachmentDto> attachments)
attachments
- Attachments in the recurrence exception.public MapiCalendarExceptionInfoDto addAttachmentsItem(MapiAttachmentDto attachmentsItem)
attachmentsItem
- An item of: Attachments in the recurrence exception.public List<MapiAttachmentDto> getAttachments()
public void setAttachments(List<MapiAttachmentDto> attachments)
attachments
- Attachments in the recurrence exception.public MapiCalendarExceptionInfoDto body(String body)
body
- Body.public String getBody()
public void setBody(String body)
body
- Body.public MapiCalendarExceptionInfoDto busyStatus(String busyStatus)
busyStatus
- Enumerates the mapi calendar possible busy status Enum, available values: Free, Tentative, Busy, OutOfOfficepublic String getBusyStatus()
public void setBusyStatus(String busyStatus)
busyStatus
- Enumerates the mapi calendar possible busy status Enum, available values: Free, Tentative, Busy, OutOfOfficepublic MapiCalendarExceptionInfoDto endDateTime(Date endDateTime)
endDateTime
- End date.public Date getEndDateTime()
public void setEndDateTime(Date endDateTime)
endDateTime
- End date.public MapiCalendarExceptionInfoDto hasAttachment(Boolean hasAttachment)
hasAttachment
- Value of this field specifies whether the Exception Embedded Message object contains attachments.public Boolean isHasAttachment()
public void setHasAttachment(Boolean hasAttachment)
hasAttachment
- Value of this field specifies whether the Exception Embedded Message object contains attachments.public MapiCalendarExceptionInfoDto location(String location)
location
- Location.public String getLocation()
public void setLocation(String location)
location
- Location.public MapiCalendarExceptionInfoDto meetingType(String meetingType)
meetingType
- Enumerates the appointment state Enum, available values: Meeting, Received, Canceledpublic String getMeetingType()
public void setMeetingType(String meetingType)
meetingType
- Enumerates the appointment state Enum, available values: Meeting, Received, Canceledpublic MapiCalendarExceptionInfoDto originalStartDate(Date originalStartDate)
originalStartDate
- Original start date.public Date getOriginalStartDate()
public void setOriginalStartDate(Date originalStartDate)
originalStartDate
- Original start date.public MapiCalendarExceptionInfoDto 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 MapiCalendarExceptionInfoDto addOverrideFlagsItem(String overrideFlagsItem)
overrideFlagsItem
- An item of: Override flags.public List<String> getOverrideFlags()
public void setOverrideFlags(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 MapiCalendarExceptionInfoDto reminderDelta(Integer reminderDelta)
reminderDelta
- Reminder delta.public Integer getReminderDelta()
public void setReminderDelta(Integer reminderDelta)
reminderDelta
- Reminder delta.public MapiCalendarExceptionInfoDto reminderSet(Boolean reminderSet)
reminderSet
- Value for the PidLidReminderSet property.public Boolean isReminderSet()
public void setReminderSet(Boolean reminderSet)
reminderSet
- Value for the PidLidReminderSet property.public MapiCalendarExceptionInfoDto startDateTime(Date startDateTime)
startDateTime
- Start date.public Date getStartDateTime()
public void setStartDateTime(Date startDateTime)
startDateTime
- Start date.public MapiCalendarExceptionInfoDto subject(String subject)
subject
- Subject.public String getSubject()
public void setSubject(String subject)
subject
- Subject.public MapiCalendarExceptionInfoDto subType(Integer subType)
subType
- SubType.public Integer getSubType()
public void setSubType(Integer subType)
subType
- SubType.Copyright © 2020. All rights reserved.