CurrencyType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. communication. administration. models. CurrencyType
- com.
- com.
public final class CurrencyType
extends ExpandableStringEnum<CurrencyType>
Defines values for CurrencyType.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Currency |
USD
Static value USD for Currency |
Constructor Summary
| Constructor | Description | |
|---|---|---|
| CurrencyType() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Currency |
fromString(String name)
Creates or finds a Currency |
|
static
Collection<Currency |
values() |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
USD
public static final CurrencyType USD
Static value USD for CurrencyType.
Constructor Details
CurrencyType
public CurrencyType()
Method Details
fromString
public static CurrencyType fromString(String name)
Creates or finds a CurrencyType from its string representation.
Parameters:
Returns:
values
public static Collection<CurrencyType> values()
Returns: