public final class ToneValue extends com.azure.core.util.ExpandableStringEnum<ToneValue>
| Modifier and Type | Field and Description |
|---|---|
static ToneValue |
A
Static value a for ToneValue.
|
static ToneValue |
B
Static value b for ToneValue.
|
static ToneValue |
C
Static value c for ToneValue.
|
static ToneValue |
D
Static value d for ToneValue.
|
static ToneValue |
FLASH
Static value flash for ToneValue.
|
static ToneValue |
POUND
Static value pound for ToneValue.
|
static ToneValue |
STAR
Static value star for ToneValue.
|
static ToneValue |
TONE0
Static value tone0 for ToneValue.
|
static ToneValue |
TONE1
Static value tone1 for ToneValue.
|
static ToneValue |
TONE2
Static value tone2 for ToneValue.
|
static ToneValue |
TONE3
Static value tone3 for ToneValue.
|
static ToneValue |
TONE4
Static value tone4 for ToneValue.
|
static ToneValue |
TONE5
Static value tone5 for ToneValue.
|
static ToneValue |
TONE6
Static value tone6 for ToneValue.
|
static ToneValue |
TONE7
Static value tone7 for ToneValue.
|
static ToneValue |
TONE8
Static value tone8 for ToneValue.
|
static ToneValue |
TONE9
Static value tone9 for ToneValue.
|
| Constructor and Description |
|---|
ToneValue() |
| Modifier and Type | Method and Description |
|---|---|
static ToneValue |
fromString(String name)
Creates or finds a ToneValue from its string representation.
|
static Collection<ToneValue> |
values() |
public static final ToneValue TONE0
public static final ToneValue TONE1
public static final ToneValue TONE2
public static final ToneValue TONE3
public static final ToneValue TONE4
public static final ToneValue TONE5
public static final ToneValue TONE6
public static final ToneValue TONE7
public static final ToneValue TONE8
public static final ToneValue TONE9
public static final ToneValue STAR
public static final ToneValue POUND
public static final ToneValue A
public static final ToneValue B
public static final ToneValue C
public static final ToneValue D
public static final ToneValue FLASH
public static ToneValue fromString(String name)
name - a name to look for.public static Collection<ToneValue> values()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.