public class MapiCalendarAttendeesDtoBuilder extends Object
Constructor and Description |
---|
MapiCalendarAttendeesDtoBuilder(MapiCalendarAttendeesDto model) |
Modifier and Type | Method and Description |
---|---|
MapiCalendarAttendeesDtoBuilder |
appointmentRecipients(List<MapiRecipientDto> appointmentRecipients)
Set MapiCalendarAttendeesDto.appointmentRecipients and return builder.
|
MapiCalendarAttendeesDtoBuilder |
appointmentUnsendableRecipients(List<MapiRecipientDto> appointmentUnsendableRecipients)
Set MapiCalendarAttendeesDto.appointmentUnsendableRecipients and return builder.
|
MapiCalendarAttendeesDto |
build()
Build MapiCalendarAttendeesDto instance.
|
MapiCalendarAttendeesDtoBuilder |
notAllowPropose(Boolean notAllowPropose)
Set MapiCalendarAttendeesDto.notAllowPropose and return builder.
|
MapiCalendarAttendeesDtoBuilder |
responseRequested(Boolean responseRequested)
Set MapiCalendarAttendeesDto.responseRequested and return builder.
|
public MapiCalendarAttendeesDtoBuilder(MapiCalendarAttendeesDto model)
public MapiCalendarAttendeesDto build()
public MapiCalendarAttendeesDtoBuilder appointmentRecipients(List<MapiRecipientDto> appointmentRecipients)
appointmentRecipients
- List of attendees.public MapiCalendarAttendeesDtoBuilder appointmentUnsendableRecipients(List<MapiRecipientDto> appointmentUnsendableRecipients)
appointmentUnsendableRecipients
- List of unsendable attendees.public MapiCalendarAttendeesDtoBuilder notAllowPropose(Boolean notAllowPropose)
notAllowPropose
- Value indicating whether attendees are not allowed to propose a new date and/or time for the meeting.public MapiCalendarAttendeesDtoBuilder responseRequested(Boolean responseRequested)
responseRequested
- Value indicating whether a response is requested to a Message object.Copyright © 2020. All rights reserved.