Class AttendanceRecord

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

public class AttendanceRecord extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Attendance Record.
  • Field Details

    • attendanceIntervals

      @SerializedName(value="attendanceIntervals", alternate="AttendanceIntervals") @Expose @Nullable public List<AttendanceInterval> attendanceIntervals
      The Attendance Intervals. List of time periods between joining and leaving a meeting.
    • emailAddress

      @SerializedName(value="emailAddress", alternate="EmailAddress") @Expose @Nullable public String emailAddress
      The Email Address. Email address of the user associated with this atttendance record.
    • identity

      @SerializedName(value="identity", alternate="Identity") @Expose @Nullable public Identity identity
      The Identity. Identity of the user associated with this atttendance record.
    • role

      @SerializedName(value="role", alternate="Role") @Expose @Nullable public String role
      The Role. Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer.
    • totalAttendanceInSeconds

      @SerializedName(value="totalAttendanceInSeconds", alternate="TotalAttendanceInSeconds") @Expose @Nullable public Integer totalAttendanceInSeconds
      The Total Attendance In Seconds. Total duration of the attendances in seconds.
  • Constructor Details

    • AttendanceRecord

      public AttendanceRecord()
  • 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