public class Media
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
DeviceInfo |
calleeDevice
The Callee Device.
|
NetworkInfo |
calleeNetwork
The Callee Network.
|
DeviceInfo |
callerDevice
The Caller Device.
|
NetworkInfo |
callerNetwork
The Caller Network.
|
java.lang.String |
label
The Label.
|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
java.util.List<MediaStream> |
streams
The Streams.
|
Constructor and Description |
---|
Media() |
Modifier and Type | Method and Description |
---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="calleeDevice", alternate="CalleeDevice") @Expose @Nullable public DeviceInfo calleeDevice
@SerializedName(value="calleeNetwork", alternate="CalleeNetwork") @Expose @Nullable public NetworkInfo calleeNetwork
@SerializedName(value="callerDevice", alternate="CallerDevice") @Expose @Nullable public DeviceInfo callerDevice
@SerializedName(value="callerNetwork", alternate="CallerNetwork") @Expose @Nullable public NetworkInfo callerNetwork
@SerializedName(value="label", alternate="Label") @Expose @Nullable public java.lang.String label
@SerializedName(value="streams", alternate="Streams") @Expose @Nullable public java.util.List<MediaStream> streams
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager
in interface com.microsoft.graph.serializer.IJsonBackedObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
serializer
- the serializerjson
- the JSON object to set this object to