public class OnlineMeeting extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
OnlineMeetingPresenters |
allowedPresenters
The Allowed Presenters.
|
AudioConferencing |
audioConferencing
The Audio Conferencing.
|
ChatInfo |
chatInfo
The Chat Info.
|
java.time.OffsetDateTime |
creationDateTime
The Creation Date Time.
|
java.time.OffsetDateTime |
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.time.OffsetDateTime |
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 |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="allowedPresenters",
alternate="AllowedPresenters")
@Expose
@Nullable
public OnlineMeetingPresenters allowedPresenters
@SerializedName(value="audioConferencing",
alternate="AudioConferencing")
@Expose
@Nullable
public AudioConferencing audioConferencing
@SerializedName(value="chatInfo",
alternate="ChatInfo")
@Expose
@Nullable
public ChatInfo chatInfo
@SerializedName(value="creationDateTime",
alternate="CreationDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime creationDateTime
@SerializedName(value="endDateTime",
alternate="EndDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime endDateTime
@SerializedName(value="externalId",
alternate="ExternalId")
@Expose
@Nullable
public java.lang.String externalId
@SerializedName(value="isEntryExitAnnounced",
alternate="IsEntryExitAnnounced")
@Expose
@Nullable
public java.lang.Boolean isEntryExitAnnounced
@SerializedName(value="joinInformation",
alternate="JoinInformation")
@Expose
@Nullable
public ItemBody joinInformation
@SerializedName(value="joinWebUrl",
alternate="JoinWebUrl")
@Expose
@Nullable
public java.lang.String joinWebUrl
@SerializedName(value="lobbyBypassSettings",
alternate="LobbyBypassSettings")
@Expose
@Nullable
public LobbyBypassSettings lobbyBypassSettings
@SerializedName(value="participants",
alternate="Participants")
@Expose
@Nullable
public MeetingParticipants participants
@SerializedName(value="startDateTime",
alternate="StartDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime startDateTime
@SerializedName(value="subject",
alternate="Subject")
@Expose
@Nullable
public java.lang.String subject
@SerializedName(value="videoTeleconferenceId",
alternate="VideoTeleconferenceId")
@Expose
@Nullable
public java.lang.String videoTeleconferenceId
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to