public static enum NotificationRule.TriggerEventEnum extends Enum<NotificationRule.TriggerEventEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
NotificationRule.TriggerEventEnum.Adapter |
| Enum Constant and Description |
|---|
BANK_LOGIN_ERROR |
CATEGORY_CASH_FLOW |
FOREIGN_MONEY_TRANSFER |
HIGH_TRANSACTION_AMOUNT |
LOW_ACCOUNT_BALANCE |
NEW_ACCOUNT_BALANCE |
NEW_TRANSACTIONS |
| Modifier and Type | Method and Description |
|---|---|
static NotificationRule.TriggerEventEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static NotificationRule.TriggerEventEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationRule.TriggerEventEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotificationRule.TriggerEventEnum NEW_ACCOUNT_BALANCE
public static final NotificationRule.TriggerEventEnum NEW_TRANSACTIONS
public static final NotificationRule.TriggerEventEnum BANK_LOGIN_ERROR
public static final NotificationRule.TriggerEventEnum FOREIGN_MONEY_TRANSFER
public static final NotificationRule.TriggerEventEnum LOW_ACCOUNT_BALANCE
public static final NotificationRule.TriggerEventEnum HIGH_TRANSACTION_AMOUNT
public static final NotificationRule.TriggerEventEnum CATEGORY_CASH_FLOW
public static NotificationRule.TriggerEventEnum[] values()
for (NotificationRule.TriggerEventEnum c : NotificationRule.TriggerEventEnum.values()) System.out.println(c);
public static NotificationRule.TriggerEventEnum 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<NotificationRule.TriggerEventEnum>public static NotificationRule.TriggerEventEnum fromValue(String text)
Copyright © 2018. All rights reserved.