public class Session extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
Endpoint |
callee
The Callee.
|
Endpoint |
caller
The Caller.
|
java.time.OffsetDateTime |
endDateTime
The End Date Time.
|
FailureInfo |
failureInfo
The Failure Info.
|
java.util.List<Modality> |
modalities
The Modalities.
|
SegmentCollectionPage |
segments
The Segments.
|
java.time.OffsetDateTime |
startDateTime
The Start Date Time.
|
Constructor and Description |
---|
Session() |
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="callee", alternate="Callee") @Expose @Nullable public Endpoint callee
@SerializedName(value="caller", alternate="Caller") @Expose @Nullable public Endpoint caller
@SerializedName(value="endDateTime", alternate="EndDateTime") @Expose @Nullable public java.time.OffsetDateTime endDateTime
@SerializedName(value="failureInfo", alternate="FailureInfo") @Expose @Nullable public FailureInfo failureInfo
@SerializedName(value="modalities", alternate="Modalities") @Expose @Nullable public java.util.List<Modality> modalities
@SerializedName(value="startDateTime", alternate="StartDateTime") @Expose @Nullable public java.time.OffsetDateTime startDateTime
@SerializedName(value="segments", alternate="Segments") @Expose @Nullable public SegmentCollectionPage segments
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
setRawObject
in class Entity
serializer
- the serializerjson
- the JSON object to set this object to