AccountSubType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. billing. models. AccountSubType
- com.
- com.
public final class AccountSubType
extends ExpandableStringEnum<AccountSubType>
The tier of the account.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Account |
ENTERPRISE
Static value Enterprise for Account |
|
static final
Account |
INDIVIDUAL
Static value Individual for Account |
|
static final
Account |
NONE
Static value None for Account |
|
static final
Account |
OTHER
Static value Other for Account |
|
static final
Account |
PROFESSIONAL
Static value Professional for Account |
Constructor Summary
| Constructor | Description |
|---|---|
| AccountSubType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Account |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Account |
fromString(String name)
Creates or finds a Account |
|
static
Collection<Account |
values()
Gets known Account |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ENTERPRISE
public static final AccountSubType ENTERPRISE
Static value Enterprise for AccountSubType.
INDIVIDUAL
public static final AccountSubType INDIVIDUAL
Static value Individual for AccountSubType.
NONE
public static final AccountSubType NONE
Static value None for AccountSubType.
OTHER
public static final AccountSubType OTHER
Static value Other for AccountSubType.
PROFESSIONAL
public static final AccountSubType PROFESSIONAL
Static value Professional for AccountSubType.
Constructor Details
AccountSubType
@Deprecated
public AccountSubType()
Deprecated
Creates a new instance of AccountSubType value.
Method Details
fromString
public static AccountSubType fromString(String name)
Creates or finds a AccountSubType from its string representation.
Parameters:
Returns:
values
public static Collection<AccountSubType> values()
Gets known AccountSubType values.
Returns: