java.lang.Object
com.microsoft.graph.callrecords.models.Media
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class Media extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Media.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • calleeDevice

      @SerializedName(value="calleeDevice", alternate="CalleeDevice") @Expose @Nullable public DeviceInfo calleeDevice
      The Callee Device. Device information associated with the callee endpoint of this media.
    • calleeNetwork

      @SerializedName(value="calleeNetwork", alternate="CalleeNetwork") @Expose @Nullable public NetworkInfo calleeNetwork
      The Callee Network. Network information associated with the callee endpoint of this media.
    • callerDevice

      @SerializedName(value="callerDevice", alternate="CallerDevice") @Expose @Nullable public DeviceInfo callerDevice
      The Caller Device. Device information associated with the caller endpoint of this media.
    • callerNetwork

      @SerializedName(value="callerNetwork", alternate="CallerNetwork") @Expose @Nullable public NetworkInfo callerNetwork
      The Caller Network. Network information associated with the caller endpoint of this media.
    • label

      @SerializedName(value="label", alternate="Label") @Expose @Nullable public String label
      The Label. How the media was identified during media negotiation stage.
    • streams

      @SerializedName(value="streams", alternate="Streams") @Expose @Nullable public List<MediaStream> streams
      The 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:
      additionalDataManager in interface com.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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to