Class OnlineMeetingInfo

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

public class OnlineMeetingInfo extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Online Meeting Info.
  • Field Details

    • oDataType

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

      @SerializedName(value="conferenceId", alternate="ConferenceId") @Expose @Nullable public String conferenceId
      The Conference Id. The ID of the conference.
    • joinUrl

      @SerializedName(value="joinUrl", alternate="JoinUrl") @Expose @Nullable public String joinUrl
      The Join Url. The external link that launches the online meeting. This is a URL that clients will launch into a browser and will redirect the user to join the meeting.
    • phones

      @SerializedName(value="phones", alternate="Phones") @Expose @Nullable public List<Phone> phones
      The Phones. All of the phone numbers associated with this conference.
    • quickDial

      @SerializedName(value="quickDial", alternate="QuickDial") @Expose @Nullable public String quickDial
      The Quick Dial. The pre-formatted quickdial for this call.
    • tollFreeNumbers

      @SerializedName(value="tollFreeNumbers", alternate="TollFreeNumbers") @Expose @Nullable public List<String> tollFreeNumbers
      The Toll Free Numbers. The toll free numbers that can be used to join the conference.
    • tollNumber

      @SerializedName(value="tollNumber", alternate="TollNumber") @Expose @Nullable public String tollNumber
      The Toll Number. The toll number that can be used to join the conference.
  • Constructor Details

    • OnlineMeetingInfo

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