| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Field and Description |
|---|---|
protected MeetingParticipantInfo |
MeetingParticipants.organizer |
| Modifier and Type | Field and Description |
|---|---|
protected List<MeetingParticipantInfo> |
MeetingParticipants.attendees |
protected List<MeetingParticipantInfo> |
MeetingParticipants.contributors |
protected List<MeetingParticipantInfo> |
MeetingParticipants.producers |
| Modifier and Type | Method and Description |
|---|---|
MeetingParticipantInfo |
MeetingParticipantInfo.Builder.build() |
MeetingParticipantInfo |
MeetingParticipantInfo.withIdentity(IdentitySet identity) |
MeetingParticipantInfo |
MeetingParticipantInfo.withUpn(String upn) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<MeetingParticipantInfo> |
MeetingParticipants.getAttendees() |
com.github.davidmoten.odata.client.CollectionPage<MeetingParticipantInfo> |
MeetingParticipants.getAttendees(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.CollectionPage<MeetingParticipantInfo> |
MeetingParticipants.getContributors() |
com.github.davidmoten.odata.client.CollectionPage<MeetingParticipantInfo> |
MeetingParticipants.getContributors(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<MeetingParticipantInfo> |
MeetingParticipants.getOrganizer() |
com.github.davidmoten.odata.client.CollectionPage<MeetingParticipantInfo> |
MeetingParticipants.getProducers() |
com.github.davidmoten.odata.client.CollectionPage<MeetingParticipantInfo> |
MeetingParticipants.getProducers(com.github.davidmoten.odata.client.HttpRequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
MeetingParticipants.Builder |
MeetingParticipants.Builder.attendees(MeetingParticipantInfo... attendees) |
MeetingParticipants.Builder |
MeetingParticipants.Builder.contributors(MeetingParticipantInfo... contributors) |
MeetingParticipants.Builder |
MeetingParticipants.Builder.organizer(MeetingParticipantInfo organizer) |
MeetingParticipants.Builder |
MeetingParticipants.Builder.producers(MeetingParticipantInfo... producers) |
MeetingParticipants |
MeetingParticipants.withOrganizer(MeetingParticipantInfo organizer) |
| Modifier and Type | Method and Description |
|---|---|
MeetingParticipants.Builder |
MeetingParticipants.Builder.attendees(List<MeetingParticipantInfo> attendees) |
MeetingParticipants.Builder |
MeetingParticipants.Builder.contributors(List<MeetingParticipantInfo> contributors) |
MeetingParticipants.Builder |
MeetingParticipants.Builder.producers(List<MeetingParticipantInfo> producers) |
Copyright © 2018–2020. All rights reserved.