public class OnlineMeetingCreateOrGetBody
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
ChatInfo |
chatInfo
The chat Info.
|
java.util.Calendar |
endDateTime
The end Date Time.
|
java.lang.String |
externalId
The external Id.
|
MeetingParticipants |
participants
The participants.
|
java.util.Calendar |
startDateTime
The start Date Time.
|
java.lang.String |
subject
The subject.
|
| Constructor and Description |
|---|
OnlineMeetingCreateOrGetBody() |
| 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
|
@SerializedName(value="chatInfo",
alternate="ChatInfo")
@Expose
public ChatInfo chatInfo
@SerializedName(value="endDateTime",
alternate="EndDateTime")
@Expose
public java.util.Calendar endDateTime
@SerializedName(value="externalId",
alternate="ExternalId")
@Expose
public java.lang.String externalId
@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
public com.google.gson.JsonObject getRawObject()
protected ISerializer getSerializer()
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
serializer - the serializerjson - the JSON object to set this object to