AccountType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. billing. models. AccountType
- com.
- com.
public final class AccountType
extends ExpandableStringEnum<AccountType>
The type of customer.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Account |
BUSINESS
Static value Business for Account |
|
static final
Account |
CLASSIC_PARTNER
Static value Classic |
|
static final
Account |
ENTERPRISE
Static value Enterprise for Account |
|
static final
Account |
INDIVIDUAL
Static value Individual for Account |
|
static final
Account |
INTERNAL
Static value Internal for Account |
|
static final
Account |
OTHER
Static value Other for Account |
|
static final
Account |
PARTNER
Static value Partner for Account |
|
static final
Account |
RESELLER
Static value Reseller for Account |
|
static final
Account |
TENANT
Static value Tenant for Account |
Constructor Summary
| Constructor | Description |
|---|---|
| AccountType() |
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
BUSINESS
public static final AccountType BUSINESS
Static value Business for AccountType.
CLASSIC_PARTNER
public static final AccountType CLASSIC_PARTNER
Static value ClassicPartner for AccountType.
ENTERPRISE
public static final AccountType ENTERPRISE
Static value Enterprise for AccountType.
INDIVIDUAL
public static final AccountType INDIVIDUAL
Static value Individual for AccountType.
INTERNAL
public static final AccountType INTERNAL
Static value Internal for AccountType.
OTHER
public static final AccountType OTHER
Static value Other for AccountType.
PARTNER
public static final AccountType PARTNER
Static value Partner for AccountType.
RESELLER
public static final AccountType RESELLER
Static value Reseller for AccountType.
TENANT
public static final AccountType TENANT
Static value Tenant for AccountType.
Constructor Details
AccountType
@Deprecated
public AccountType()
Deprecated
Creates a new instance of AccountType value.
Method Details
fromString
public static AccountType fromString(String name)
Creates or finds a AccountType from its string representation.
Parameters:
Returns:
values
public static Collection<AccountType> values()
Gets known AccountType values.
Returns: