Uses of Class
odata.msgraph.client.beta.entity.MeetingAttendanceReport
-
Packages that use MeetingAttendanceReport Package Description odata.msgraph.client.beta.entity -
-
Uses of MeetingAttendanceReport in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return MeetingAttendanceReport Modifier and Type Method Description MeetingAttendanceReportMeetingAttendanceReport.Builder. build()MeetingAttendanceReportMeetingAttendanceReport. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.MeetingAttendanceReportMeetingAttendanceReport. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).MeetingAttendanceReportMeetingAttendanceReport. withAttendanceRecords(List<AttendanceRecord> attendanceRecords)MeetingAttendanceReportMeetingAttendanceReport. withTotalParticipantCount(Integer totalParticipantCount)MeetingAttendanceReportMeetingAttendanceReport. withUnmappedField(String name, String value)
-