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