Class AudioConferencing

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

public class AudioConferencing extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Audio Conferencing.
  • 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 conference id of the online meeting.
    • dialinUrl

      @SerializedName(value="dialinUrl", alternate="DialinUrl") @Expose @Nullable public String dialinUrl
      The Dialin Url. A URL to the externally-accessible web page that contains dial-in information.
    • tollFreeNumber

      @SerializedName(value="tollFreeNumber", alternate="TollFreeNumber") @Expose @Nullable public String tollFreeNumber
      The Toll Free Number.
    • tollFreeNumbers

      @SerializedName(value="tollFreeNumbers", alternate="TollFreeNumbers") @Expose @Nullable public List<String> tollFreeNumbers
      The Toll Free Numbers. List of toll-free numbers that are displayed in the meeting invite.
    • tollNumber

      @SerializedName(value="tollNumber", alternate="TollNumber") @Expose @Nullable public String tollNumber
      The Toll Number.
    • tollNumbers

      @SerializedName(value="tollNumbers", alternate="TollNumbers") @Expose @Nullable public List<String> tollNumbers
      The Toll Numbers. List of toll numbers that are displayed in the meeting invite.
  • Constructor Details

    • AudioConferencing

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