Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Conference Id.The Join Url.the OData type of the object as returned by the serviceThe Phones.The Quick Dial.The Toll Free Numbers.The Toll Number. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManager
void
setRawObject
(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 ID of the conference. -
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
The Phones. All of the phone numbers associated with this conference. -
quickDial
The Quick Dial. The pre-formatted quickdial for this call. -
tollFreeNumbers
@SerializedName(value="tollFreeNumbers", alternate="TollFreeNumbers") @Expose @Nullable public List<String> tollFreeNumbersThe 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 tollNumberThe 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 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:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-