Uses of Class
com.microsoft.graph.models.AttendanceRecord
Packages that use AttendanceRecord
-
Uses of AttendanceRecord in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AttendanceRecordModifier and TypeMethodDescriptionstatic AttendanceRecordAttendanceRecord.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 AttendanceRecordModifier and TypeMethodDescriptionMeetingAttendanceReport.getAttendanceRecords()Gets the attendanceRecords property value.AttendanceRecordCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type AttendanceRecordModifier and TypeMethodDescriptionvoidMeetingAttendanceReport.setAttendanceRecords(List<AttendanceRecord> value) Sets the attendanceRecords property value.voidAttendanceRecordCollectionResponse.setValue(List<AttendanceRecord> value) Sets the value property value.