Class OnlineMeeting

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class OnlineMeeting extends OnlineMeetingBase implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Online Meeting.
  • Field Details

    • broadcastSettings

      @SerializedName(value="broadcastSettings", alternate="BroadcastSettings") @Expose @Nullable public BroadcastMeetingSettings broadcastSettings
      The Broadcast Settings.
    • creationDateTime

      @SerializedName(value="creationDateTime", alternate="CreationDateTime") @Expose @Nullable public OffsetDateTime creationDateTime
      The Creation Date Time. The meeting creation time in UTC. Read-only.
    • endDateTime

      @SerializedName(value="endDateTime", alternate="EndDateTime") @Expose @Nullable public OffsetDateTime endDateTime
      The End Date Time. The meeting end time in UTC.
    • externalId

      @SerializedName(value="externalId", alternate="ExternalId") @Expose @Nullable public String externalId
      The External Id.
    • isBroadcast

      @SerializedName(value="isBroadcast", alternate="IsBroadcast") @Expose @Nullable public Boolean isBroadcast
      The Is Broadcast.
    • participants

      @SerializedName(value="participants", alternate="Participants") @Expose @Nullable public MeetingParticipants participants
      The Participants. The participants associated with the online meeting, including the organizer and the attendees.
    • startDateTime

      @SerializedName(value="startDateTime", alternate="StartDateTime") @Expose @Nullable public OffsetDateTime startDateTime
      The Start Date Time. The meeting start time in UTC.
    • recordings

      @SerializedName(value="recordings", alternate="Recordings") @Expose @Nullable public CallRecordingCollectionPage recordings
      The Recordings. The recordings of an online meeting. Read-only.
    • transcripts

      @SerializedName(value="transcripts", alternate="Transcripts") @Expose @Nullable public CallTranscriptCollectionPage transcripts
      The Transcripts. The transcripts of an online meeting. Read-only.
  • Constructor Details

    • OnlineMeeting

      public OnlineMeeting()
  • 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 OnlineMeetingBase
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to