Uses of Class
com.microsoft.graph.models.MeetingParticipantInfo
Packages that use MeetingParticipantInfo
-
Uses of MeetingParticipantInfo in com.microsoft.graph.models
Subclasses of MeetingParticipantInfo in com.microsoft.graph.modelsMethods in com.microsoft.graph.models that return MeetingParticipantInfoModifier and TypeMethodDescriptionstatic MeetingParticipantInfoMeetingParticipantInfo.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMeetingParticipants.getOrganizer()Gets the organizer property value.Methods in com.microsoft.graph.models that return types with arguments of type MeetingParticipantInfoModifier and TypeMethodDescriptionMeetingParticipants.getAttendees()Gets the attendees property value.Methods in com.microsoft.graph.models with parameters of type MeetingParticipantInfoModifier and TypeMethodDescriptionvoidMeetingParticipants.setOrganizer(MeetingParticipantInfo value) Sets the organizer property value.Method parameters in com.microsoft.graph.models with type arguments of type MeetingParticipantInfoModifier and TypeMethodDescriptionvoidMeetingParticipants.setAttendees(List<MeetingParticipantInfo> value) Sets the attendees property value.