Uses of Class
odata.msgraph.client.beta.complex.MeetingParticipants
-
Packages that use MeetingParticipants Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request -
-
Uses of MeetingParticipants in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return MeetingParticipants Modifier and Type Method Description MeetingParticipantsMeetingParticipants.Builder. build()MeetingParticipantsMeetingParticipants. withOrganizer(MeetingParticipantInfo organizer)MeetingParticipantsMeetingParticipants. withUnmappedField(String name, String value) -
Uses of MeetingParticipants in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as MeetingParticipants Modifier and Type Field Description protected MeetingParticipantsOnlineMeeting. participantsMethods in odata.msgraph.client.beta.entity that return types with arguments of type MeetingParticipants Modifier and Type Method Description Optional<MeetingParticipants>OnlineMeeting. getParticipants()Methods in odata.msgraph.client.beta.entity with parameters of type MeetingParticipants Modifier and Type Method Description OnlineMeeting.BuilderOnlineMeeting.Builder. participants(MeetingParticipants participants)OnlineMeetingOnlineMeeting. withParticipants(MeetingParticipants participants) -
Uses of MeetingParticipants in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request with parameters of type MeetingParticipants Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<OnlineMeeting>OnlineMeetingCollectionRequest. createOrGet(ChatInfo chatInfo, OffsetDateTime endDateTime, String externalId, MeetingParticipants participants, OffsetDateTime startDateTime, String subject)
-