public class Segment 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<Media> |
media
The Media.
|
java.time.OffsetDateTime |
startDateTime
The Start Date Time.
|
| Constructor and Description |
|---|
Segment() |
| 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="media",
alternate="Media")
@Expose
@Nullable
public java.util.List<Media> media
@SerializedName(value="startDateTime",
alternate="StartDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime startDateTime
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