public enum ScheduledPaymentsOperation extends java.lang.Enum<ScheduledPaymentsOperation> implements PermissionOperation
| Enum Constant and Description |
|---|
BLOCK |
CANCEL |
PROCESS_INSTALLMENT |
SETTLE_INSTALLMENT |
UNBLOCK |
VIEW |
| Modifier and Type | Method and Description |
|---|---|
MessageKey |
baseKey() |
static ScheduledPaymentsOperation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScheduledPaymentsOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScheduledPaymentsOperation VIEW
public static final ScheduledPaymentsOperation CANCEL
public static final ScheduledPaymentsOperation BLOCK
public static final ScheduledPaymentsOperation UNBLOCK
public static final ScheduledPaymentsOperation PROCESS_INSTALLMENT
public static final ScheduledPaymentsOperation SETTLE_INSTALLMENT
public static ScheduledPaymentsOperation[] values()
for (ScheduledPaymentsOperation c : ScheduledPaymentsOperation.values()) System.out.println(c);
public static ScheduledPaymentsOperation valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic MessageKey baseKey()
baseKey in interface PermissionOperation