public class MapiCalendarAttendeesDto extends Object
Constructor and Description |
---|
MapiCalendarAttendeesDto() |
MapiCalendarAttendeesDto(List<MapiRecipientDto> appointmentRecipients,
List<MapiRecipientDto> appointmentUnsendableRecipients,
Boolean notAllowPropose,
Boolean responseRequested)
Initializes a new instance of the MapiCalendarAttendeesDto
|
Modifier and Type | Method and Description |
---|---|
MapiCalendarAttendeesDto |
addAppointmentRecipientsItem(MapiRecipientDto appointmentRecipientsItem)
Add an item to appointmentRecipients and return this.
|
MapiCalendarAttendeesDto |
addAppointmentUnsendableRecipientsItem(MapiRecipientDto appointmentUnsendableRecipientsItem)
Add an item to appointmentUnsendableRecipients and return this.
|
MapiCalendarAttendeesDto |
appointmentRecipients(List<MapiRecipientDto> appointmentRecipients)
Set appointmentRecipients and return this.
|
MapiCalendarAttendeesDto |
appointmentUnsendableRecipients(List<MapiRecipientDto> appointmentUnsendableRecipients)
Set appointmentUnsendableRecipients and return this.
|
boolean |
equals(Object o) |
List<MapiRecipientDto> |
getAppointmentRecipients()
List of attendees.
|
List<MapiRecipientDto> |
getAppointmentUnsendableRecipients()
List of unsendable attendees.
|
int |
hashCode() |
Boolean |
isNotAllowPropose()
Value indicating whether attendees are not allowed to propose a new date and/or time for the meeting.
|
Boolean |
isResponseRequested()
Value indicating whether a response is requested to a Message object.
|
MapiCalendarAttendeesDto |
notAllowPropose(Boolean notAllowPropose)
Set notAllowPropose and return this.
|
MapiCalendarAttendeesDto |
responseRequested(Boolean responseRequested)
Set responseRequested and return this.
|
void |
setAppointmentRecipients(List<MapiRecipientDto> appointmentRecipients)
Set appointmentRecipients.
|
void |
setAppointmentUnsendableRecipients(List<MapiRecipientDto> appointmentUnsendableRecipients)
Set appointmentUnsendableRecipients.
|
void |
setNotAllowPropose(Boolean notAllowPropose)
Set notAllowPropose.
|
void |
setResponseRequested(Boolean responseRequested)
Set responseRequested.
|
String |
toString() |
public MapiCalendarAttendeesDto()
public MapiCalendarAttendeesDto(List<MapiRecipientDto> appointmentRecipients, List<MapiRecipientDto> appointmentUnsendableRecipients, Boolean notAllowPropose, Boolean responseRequested)
appointmentRecipients
- List of attendees.appointmentUnsendableRecipients
- List of unsendable attendees.notAllowPropose
- Value indicating whether attendees are not allowed to propose a new date and/or time for the meeting.responseRequested
- Value indicating whether a response is requested to a Message object.public MapiCalendarAttendeesDto appointmentRecipients(List<MapiRecipientDto> appointmentRecipients)
appointmentRecipients
- List of attendees.public MapiCalendarAttendeesDto addAppointmentRecipientsItem(MapiRecipientDto appointmentRecipientsItem)
appointmentRecipientsItem
- An item of: List of attendees.public List<MapiRecipientDto> getAppointmentRecipients()
public void setAppointmentRecipients(List<MapiRecipientDto> appointmentRecipients)
appointmentRecipients
- List of attendees.public MapiCalendarAttendeesDto appointmentUnsendableRecipients(List<MapiRecipientDto> appointmentUnsendableRecipients)
appointmentUnsendableRecipients
- List of unsendable attendees.public MapiCalendarAttendeesDto addAppointmentUnsendableRecipientsItem(MapiRecipientDto appointmentUnsendableRecipientsItem)
appointmentUnsendableRecipientsItem
- An item of: List of unsendable attendees.public List<MapiRecipientDto> getAppointmentUnsendableRecipients()
public void setAppointmentUnsendableRecipients(List<MapiRecipientDto> appointmentUnsendableRecipients)
appointmentUnsendableRecipients
- List of unsendable attendees.public MapiCalendarAttendeesDto notAllowPropose(Boolean notAllowPropose)
notAllowPropose
- Value indicating whether attendees are not allowed to propose a new date and/or time for the meeting.public Boolean isNotAllowPropose()
public void setNotAllowPropose(Boolean notAllowPropose)
notAllowPropose
- Value indicating whether attendees are not allowed to propose a new date and/or time for the meeting.public MapiCalendarAttendeesDto responseRequested(Boolean responseRequested)
responseRequested
- Value indicating whether a response is requested to a Message object.public Boolean isResponseRequested()
public void setResponseRequested(Boolean responseRequested)
responseRequested
- Value indicating whether a response is requested to a Message object.Copyright © 2020. All rights reserved.