public class OnlineMeeting extends Entity implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
OnlineMeetingPresenters |
allowedPresenters
The Allowed Presenters.
|
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 |
externalId
The External Id.
|
java.lang.Boolean |
isEntryExitAnnounced
The Is Entry Exit Announced.
|
ItemBody |
joinInformation
The Join Information.
|
java.lang.String |
joinWebUrl
The Join Web Url.
|
LobbyBypassSettings |
lobbyBypassSettings
The Lobby Bypass Settings.
|
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="allowedPresenters",
alternate="AllowedPresenters")
@Expose
public OnlineMeetingPresenters allowedPresenters
@SerializedName(value="audioConferencing",
alternate="AudioConferencing")
@Expose
public AudioConferencing audioConferencing
@SerializedName(value="chatInfo",
alternate="ChatInfo")
@Expose
public ChatInfo chatInfo
@SerializedName(value="creationDateTime",
alternate="CreationDateTime")
@Expose
public java.util.Calendar creationDateTime
@SerializedName(value="endDateTime",
alternate="EndDateTime")
@Expose
public java.util.Calendar endDateTime
@SerializedName(value="externalId",
alternate="ExternalId")
@Expose
public java.lang.String externalId
@SerializedName(value="isEntryExitAnnounced",
alternate="IsEntryExitAnnounced")
@Expose
public java.lang.Boolean isEntryExitAnnounced
@SerializedName(value="joinInformation",
alternate="JoinInformation")
@Expose
public ItemBody joinInformation
@SerializedName(value="joinWebUrl",
alternate="JoinWebUrl")
@Expose
public java.lang.String joinWebUrl
@SerializedName(value="lobbyBypassSettings",
alternate="LobbyBypassSettings")
@Expose
public LobbyBypassSettings lobbyBypassSettings
@SerializedName(value="participants",
alternate="Participants")
@Expose
public MeetingParticipants participants
@SerializedName(value="startDateTime",
alternate="StartDateTime")
@Expose
public java.util.Calendar startDateTime
@SerializedName(value="subject",
alternate="Subject")
@Expose
public java.lang.String subject
@SerializedName(value="videoTeleconferenceId",
alternate="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