| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Method and Description |
|---|---|
MeetingParticipants.Builder |
MeetingParticipants.Builder.attendees(List<MeetingParticipantInfo> attendees) |
MeetingParticipants.Builder |
MeetingParticipants.Builder.attendees(MeetingParticipantInfo... attendees) |
MeetingParticipants.Builder |
MeetingParticipants.Builder.attendeesNextLink(String attendeesNextLink) |
static MeetingParticipants.Builder |
MeetingParticipants.builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
MeetingParticipants.Builder |
MeetingParticipants.Builder.contributors(List<MeetingParticipantInfo> contributors) |
MeetingParticipants.Builder |
MeetingParticipants.Builder.contributors(MeetingParticipantInfo... contributors) |
MeetingParticipants.Builder |
MeetingParticipants.Builder.contributorsNextLink(String contributorsNextLink) |
MeetingParticipants.Builder |
MeetingParticipants.Builder.organizer(MeetingParticipantInfo organizer) |
MeetingParticipants.Builder |
MeetingParticipants.Builder.producers(List<MeetingParticipantInfo> producers) |
MeetingParticipants.Builder |
MeetingParticipants.Builder.producers(MeetingParticipantInfo... producers) |
MeetingParticipants.Builder |
MeetingParticipants.Builder.producersNextLink(String producersNextLink) |
Copyright © 2018–2020. All rights reserved.