Class MeetingAttendanceReport

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.MeetingAttendanceReport
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class MeetingAttendanceReport extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Meeting Attendance Report.
  • Field Details

    • meetingEndDateTime

      @SerializedName(value="meetingEndDateTime", alternate="MeetingEndDateTime") @Expose @Nullable public OffsetDateTime meetingEndDateTime
      The Meeting End Date Time. UTC time when the meeting ended. Read-only.
    • meetingStartDateTime

      @SerializedName(value="meetingStartDateTime", alternate="MeetingStartDateTime") @Expose @Nullable public OffsetDateTime meetingStartDateTime
      The Meeting Start Date Time. UTC time when the meeting started. Read-only.
    • totalParticipantCount

      @SerializedName(value="totalParticipantCount", alternate="TotalParticipantCount") @Expose @Nullable public Integer totalParticipantCount
      The Total Participant Count. Total number of participants. Read-only.
    • attendanceRecords

      @SerializedName(value="attendanceRecords", alternate="AttendanceRecords") @Expose @Nullable public AttendanceRecordCollectionPage attendanceRecords
      The Attendance Records. List of attendance records of an attendance report. Read-only.
  • Constructor Details

    • MeetingAttendanceReport

      public MeetingAttendanceReport()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to