public class CallRecord extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.time.OffsetDateTime |
endDateTime
The End Date Time.
|
java.lang.String |
joinWebUrl
The Join Web Url.
|
java.time.OffsetDateTime |
lastModifiedDateTime
The Last Modified Date Time.
|
java.util.List<Modality> |
modalities
The Modalities.
|
IdentitySet |
organizer
The Organizer.
|
java.util.List<IdentitySet> |
participants
The Participants.
|
SessionCollectionPage |
sessions
The Sessions.
|
java.time.OffsetDateTime |
startDateTime
The Start Date Time.
|
CallType |
type
The Type.
|
java.lang.Long |
version
The Version.
|
| Constructor and Description |
|---|
CallRecord() |
| 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="endDateTime",
alternate="EndDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime endDateTime
@SerializedName(value="joinWebUrl",
alternate="JoinWebUrl")
@Expose
@Nullable
public java.lang.String joinWebUrl
@SerializedName(value="lastModifiedDateTime",
alternate="LastModifiedDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime lastModifiedDateTime
@SerializedName(value="modalities",
alternate="Modalities")
@Expose
@Nullable
public java.util.List<Modality> modalities
@SerializedName(value="organizer",
alternate="Organizer")
@Expose
@Nullable
public IdentitySet organizer
@SerializedName(value="participants",
alternate="Participants")
@Expose
@Nullable
public java.util.List<IdentitySet> participants
@SerializedName(value="startDateTime",
alternate="StartDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime startDateTime
@SerializedName(value="type",
alternate="Type")
@Expose
@Nullable
public CallType type
@SerializedName(value="version",
alternate="Version")
@Expose
@Nullable
public java.lang.Long version
@SerializedName(value="sessions",
alternate="Sessions")
@Expose
@Nullable
public SessionCollectionPage sessions
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