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