public class OnlineMeeting extends Entity implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
AudioConferencing |
audioConferencing
The Audio Conferencing.
|
ChatInfo |
chatInfo
The Chat Info.
|
java.util.Calendar |
creationDateTime
The Creation Date Time.
|
java.util.Calendar |
endDateTime
The End Date Time.
|
java.lang.String |
joinUrl
The Join Url.
|
MeetingParticipants |
participants
The Participants.
|
java.util.Calendar |
startDateTime
The Start Date Time.
|
java.lang.String |
subject
The Subject.
|
java.lang.String |
videoTeleconferenceId
The Video Teleconference Id.
|
| Constructor and Description |
|---|
OnlineMeeting() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="creationDateTime") @Expose public java.util.Calendar creationDateTime
@SerializedName(value="startDateTime") @Expose public java.util.Calendar startDateTime
@SerializedName(value="endDateTime") @Expose public java.util.Calendar endDateTime
@SerializedName(value="joinUrl") @Expose public java.lang.String joinUrl
@SerializedName(value="subject") @Expose public java.lang.String subject
@SerializedName(value="participants") @Expose public MeetingParticipants participants
@SerializedName(value="audioConferencing") @Expose public AudioConferencing audioConferencing
@SerializedName(value="chatInfo") @Expose public ChatInfo chatInfo
@SerializedName(value="videoTeleconferenceId") @Expose public java.lang.String videoTeleconferenceId
public com.google.gson.JsonObject getRawObject()
getRawObject in class Entityprotected ISerializer getSerializer()
getSerializer in class Entitypublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to