public static final class Account.AccountStatus
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static Account.AccountStatus |
Enabled |
static Account.AccountStatus |
Provisioned |
Modifier and Type | Method and Description |
---|---|
static Account.AccountStatus |
valueOf(java.lang.String name) |
static Account.AccountStatus[] |
values() |
public static final Account.AccountStatus Provisioned
public static final Account.AccountStatus Enabled
public static Account.AccountStatus[] values()
public static Account.AccountStatus valueOf(java.lang.String name)