Class Media
java.lang.Object
com.microsoft.graph.callrecords.models.Media
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
The class for the Media.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Callee Device.The Callee Network.The Caller Device.The Caller Network.The Label.the OData type of the object as returned by the serviceThe Streams. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
calleeDevice
@SerializedName(value="calleeDevice", alternate="CalleeDevice") @Expose @Nullable public DeviceInfo calleeDeviceThe Callee Device. Device information associated with the callee endpoint of this media. -
calleeNetwork
@SerializedName(value="calleeNetwork", alternate="CalleeNetwork") @Expose @Nullable public NetworkInfo calleeNetworkThe Callee Network. Network information associated with the callee endpoint of this media. -
callerDevice
@SerializedName(value="callerDevice", alternate="CallerDevice") @Expose @Nullable public DeviceInfo callerDeviceThe Caller Device. Device information associated with the caller endpoint of this media. -
callerNetwork
@SerializedName(value="callerNetwork", alternate="CallerNetwork") @Expose @Nullable public NetworkInfo callerNetworkThe Caller Network. Network information associated with the caller endpoint of this media. -
label
The Label. How the media was identified during media negotiation stage. -
streams
@SerializedName(value="streams", alternate="Streams") @Expose @Nullable public List<MediaStream> streamsThe Streams. Network streams associated with this media.
-
-
Constructor Details
-
Media
public Media()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-