Enum Class MediaStreamDirection

java.lang.Object
java.lang.Enum<MediaStreamDirection>
com.microsoft.graph.callrecords.models.MediaStreamDirection
All Implemented Interfaces:
Serializable, Comparable<MediaStreamDirection>, Constable

public enum MediaStreamDirection extends Enum<MediaStreamDirection>
The Enum Media Stream Direction.
  • Enum Constant Details

    • CALLER_TO_CALLEE

      public static final MediaStreamDirection CALLER_TO_CALLEE
      caller To Callee
    • CALLEE_TO_CALLER

      public static final MediaStreamDirection CALLEE_TO_CALLER
      callee To Caller
    • UNEXPECTED_VALUE

      public static final MediaStreamDirection UNEXPECTED_VALUE
      For MediaStreamDirection values that were not expected from the service
  • Method Details

    • values

      public static MediaStreamDirection[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static MediaStreamDirection valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null