Class MeetingAttendanceReport

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.MeetingAttendanceReport
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class MeetingAttendanceReport extends Entity implements com.microsoft.kiota.serialization.Parsable
  • Constructor Details

    • MeetingAttendanceReport

      public MeetingAttendanceReport()
      Instantiates a new MeetingAttendanceReport and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static MeetingAttendanceReport createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode)
      Creates a new instance of the appropriate class based on discriminator value
      Parameters:
      parseNode - The parse node to use to read the discriminator value and create the object
      Returns:
      a MeetingAttendanceReport
    • getAttendanceRecords

      @Nullable public List<AttendanceRecord> getAttendanceRecords()
      Gets the attendanceRecords property value. List of attendance records of an attendance report. Read-only.
      Returns:
      a List<AttendanceRecord>
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      getFieldDeserializers in class Entity
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getMeetingEndDateTime

      @Nullable public OffsetDateTime getMeetingEndDateTime()
      Gets the meetingEndDateTime property value. UTC time when the meeting ended. Read-only.
      Returns:
      a OffsetDateTime
    • getMeetingStartDateTime

      @Nullable public OffsetDateTime getMeetingStartDateTime()
      Gets the meetingStartDateTime property value. UTC time when the meeting started. Read-only.
      Returns:
      a OffsetDateTime
    • getTotalParticipantCount

      @Nullable public Integer getTotalParticipantCount()
      Gets the totalParticipantCount property value. Total number of participants. Read-only.
      Returns:
      a Integer
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      serialize in class Entity
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setAttendanceRecords

      public void setAttendanceRecords(@Nullable List<AttendanceRecord> value)
      Sets the attendanceRecords property value. List of attendance records of an attendance report. Read-only.
      Parameters:
      value - Value to set for the attendanceRecords property.
    • setMeetingEndDateTime

      public void setMeetingEndDateTime(@Nullable OffsetDateTime value)
      Sets the meetingEndDateTime property value. UTC time when the meeting ended. Read-only.
      Parameters:
      value - Value to set for the meetingEndDateTime property.
    • setMeetingStartDateTime

      public void setMeetingStartDateTime(@Nullable OffsetDateTime value)
      Sets the meetingStartDateTime property value. UTC time when the meeting started. Read-only.
      Parameters:
      value - Value to set for the meetingStartDateTime property.
    • setTotalParticipantCount

      public void setTotalParticipantCount(@Nullable Integer value)
      Sets the totalParticipantCount property value. Total number of participants. Read-only.
      Parameters:
      value - Value to set for the totalParticipantCount property.