Uses of Class
odata.msgraph.client.beta.complex.MeetingParticipantInfo
-
Packages that use MeetingParticipantInfo Package Description odata.msgraph.client.beta.complex -
-
Uses of MeetingParticipantInfo in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as MeetingParticipantInfo Modifier and Type Field Description protected MeetingParticipantInfoMeetingParticipants. organizerFields in odata.msgraph.client.beta.complex with type parameters of type MeetingParticipantInfo Modifier and Type Field Description protected List<MeetingParticipantInfo>MeetingParticipants. attendeesprotected List<MeetingParticipantInfo>MeetingParticipants. contributorsprotected List<MeetingParticipantInfo>MeetingParticipants. producersMethods in odata.msgraph.client.beta.complex that return MeetingParticipantInfo Modifier and Type Method Description MeetingParticipantInfoMeetingParticipantInfo.Builder. build()MeetingParticipantInfoMeetingParticipantInfo. withIdentity(IdentitySet identity)MeetingParticipantInfoMeetingParticipantInfo. withRole(OnlineMeetingRole role)MeetingParticipantInfoMeetingParticipantInfo. withUnmappedField(String name, String value)MeetingParticipantInfoMeetingParticipantInfo. withUpn(String upn)Methods in odata.msgraph.client.beta.complex that return types with arguments of type MeetingParticipantInfo Modifier and Type Method 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)Methods in odata.msgraph.client.beta.complex with parameters of type MeetingParticipantInfo Modifier and Type Method Description MeetingParticipants.BuilderMeetingParticipants.Builder. attendees(MeetingParticipantInfo... attendees)MeetingParticipants.BuilderMeetingParticipants.Builder. contributors(MeetingParticipantInfo... contributors)MeetingParticipants.BuilderMeetingParticipants.Builder. organizer(MeetingParticipantInfo organizer)MeetingParticipants.BuilderMeetingParticipants.Builder. producers(MeetingParticipantInfo... producers)MeetingParticipantsMeetingParticipants. withOrganizer(MeetingParticipantInfo organizer)Method parameters in odata.msgraph.client.beta.complex with type arguments of type MeetingParticipantInfo Modifier and Type Method Description MeetingParticipants.BuilderMeetingParticipants.Builder. attendees(List<MeetingParticipantInfo> attendees)MeetingParticipants.BuilderMeetingParticipants.Builder. contributors(List<MeetingParticipantInfo> contributors)MeetingParticipants.BuilderMeetingParticipants.Builder. producers(List<MeetingParticipantInfo> producers)
-