Enum Class Tone

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

public enum Tone extends Enum<Tone>
The Enum Tone.
  • Enum Constant Details

    • TONE0

      public static final Tone TONE0
      tone0
    • TONE1

      public static final Tone TONE1
      tone1
    • TONE2

      public static final Tone TONE2
      tone2
    • TONE3

      public static final Tone TONE3
      tone3
    • TONE4

      public static final Tone TONE4
      tone4
    • TONE5

      public static final Tone TONE5
      tone5
    • TONE6

      public static final Tone TONE6
      tone6
    • TONE7

      public static final Tone TONE7
      tone7
    • TONE8

      public static final Tone TONE8
      tone8
    • TONE9

      public static final Tone TONE9
      tone9
    • STAR

      public static final Tone STAR
      star
    • POUND

      public static final Tone POUND
      pound
    • A

      public static final Tone A
      a
    • B

      public static final Tone B
      b
    • C

      public static final Tone C
      c
    • D

      public static final Tone D
      d
    • FLASH

      public static final Tone FLASH
      flash
    • UNEXPECTED_VALUE

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

    • values

      public static Tone[] 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 Tone 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