Class JoinMeetingIdMeetingInfo

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

public class JoinMeetingIdMeetingInfo extends MeetingInfo implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Join Meeting Id Meeting Info.
  • Field Details

    • joinMeetingId

      @SerializedName(value="joinMeetingId", alternate="JoinMeetingId") @Expose @Nullable public String joinMeetingId
      The Join Meeting Id. The ID used to join the meeting.
    • passcode

      @SerializedName(value="passcode", alternate="Passcode") @Expose @Nullable public String passcode
      The Passcode. The passcode used to join the meeting. Optional.
  • Constructor Details

    • JoinMeetingIdMeetingInfo

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