Class AttendanceInterval

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

public class AttendanceInterval extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Attendance Interval.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • durationInSeconds

      @SerializedName(value="durationInSeconds", alternate="DurationInSeconds") @Expose @Nullable public Integer durationInSeconds
      The Duration In Seconds. Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime.
    • joinDateTime

      @SerializedName(value="joinDateTime", alternate="JoinDateTime") @Expose @Nullable public OffsetDateTime joinDateTime
      The Join Date Time. The time the attendee joined in UTC.
    • leaveDateTime

      @SerializedName(value="leaveDateTime", alternate="LeaveDateTime") @Expose @Nullable public OffsetDateTime leaveDateTime
      The Leave Date Time. The time the attendee left in UTC.
  • Constructor Details

    • AttendanceInterval

      public AttendanceInterval()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • 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
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to