Package com.microsoft.graph.models
Enum Class Tone
- All Implemented Interfaces:
Serializable,Comparable<Tone>,Constable
The Enum Tone.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
-
Enum Constant Details
-
TONE0
tone0 -
TONE1
tone1 -
TONE2
tone2 -
TONE3
tone3 -
TONE4
tone4 -
TONE5
tone5 -
TONE6
tone6 -
TONE7
tone7 -
TONE8
tone8 -
TONE9
tone9 -
STAR
star -
POUND
pound -
A
a -
B
b -
C
c -
D
d -
FLASH
flash -
UNEXPECTED_VALUE
For Tone values that were not expected from the service
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-