public static enum AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum extends Enum<AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum.Adapter |
| Enum Constant and Description |
|---|
ACTIVE |
CLOSED |
INACTIVE |
INACTIVEWITHMODIFICATIONS |
PENDING |
| Modifier and Type | Method and Description |
|---|---|
static AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum ACTIVE
public static final AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum CLOSED
public static final AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum INACTIVE
public static final AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum INACTIVEWITHMODIFICATIONS
public static final AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum PENDING
public static AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum[] values()
for (AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum c : AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum.values()) System.out.println(c);
public static AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum>public static AccountHolderStoreStatusChangeNotificationContent.NewStatusEnum fromValue(String text)
Copyright © 2022. All rights reserved.