Class AudioRoutingGroup

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.AudioRoutingGroup
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class AudioRoutingGroup extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Audio Routing Group.
  • Field Details

    • receivers

      @SerializedName(value="receivers", alternate="Receivers") @Expose @Nullable public List<String> receivers
      The Receivers.
    • routingMode

      @SerializedName(value="routingMode", alternate="RoutingMode") @Expose @Nullable public RoutingMode routingMode
      The Routing Mode.
    • sources

      @SerializedName(value="sources", alternate="Sources") @Expose @Nullable public List<String> sources
      The Sources.
  • Constructor Details

    • AudioRoutingGroup

      public AudioRoutingGroup()
  • Method Details

    • 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
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to