Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Conference Id.The Dialin Url.the OData type of the object as returned by the serviceThe Toll Free Number.The Toll Free Numbers.The Toll Number.The Toll Numbers. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
conferenceId
@SerializedName(value="conferenceId", alternate="ConferenceId") @Expose @Nullable public String conferenceIdThe Conference Id. The conference id of the online meeting. -
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 tollFreeNumberThe Toll Free Number. -
tollFreeNumbers
@SerializedName(value="tollFreeNumbers", alternate="TollFreeNumbers") @Expose @Nullable public List<String> tollFreeNumbersThe 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 tollNumberThe Toll Number. -
tollNumbers
@SerializedName(value="tollNumbers", alternate="TollNumbers") @Expose @Nullable public List<String> tollNumbersThe 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:
additionalDataManagerin interfacecom.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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-