Uses of Class
com.microsoft.graph.models.MeetingAttendanceReport
Packages that use MeetingAttendanceReport
-
Uses of MeetingAttendanceReport in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return MeetingAttendanceReportModifier and TypeMethodDescriptionstatic MeetingAttendanceReportMeetingAttendanceReport.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type MeetingAttendanceReportModifier and TypeMethodDescriptionOnlineMeetingBase.getAttendanceReports()Gets the attendanceReports property value.MeetingAttendanceReportCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type MeetingAttendanceReportModifier and TypeMethodDescriptionvoidOnlineMeetingBase.setAttendanceReports(List<MeetingAttendanceReport> value) Sets the attendanceReports property value.voidMeetingAttendanceReportCollectionResponse.setValue(List<MeetingAttendanceReport> value) Sets the value property value.