public enum SmsOperationConfigurationNature extends java.lang.Enum<SmsOperationConfigurationNature>
| Enum Constant and Description |
|---|
ACCEPT_PAYMENT_REQUEST |
ACCOUNT_INFORMATION |
CUSTOM |
DENY_PAYMENT_REQUEST |
HELP |
PAYMENT |
PERFORM_EXTERNAL_PAYMENT |
REDEEM_VOUCHER |
REGISTER |
SEND_PAYMENT_REQUEST |
TEXT |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCustomizable() |
static SmsOperationConfigurationNature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SmsOperationConfigurationNature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SmsOperationConfigurationNature ACCOUNT_INFORMATION
public static final SmsOperationConfigurationNature PAYMENT
public static final SmsOperationConfigurationNature REGISTER
public static final SmsOperationConfigurationNature CUSTOM
public static final SmsOperationConfigurationNature TEXT
public static final SmsOperationConfigurationNature HELP
public static final SmsOperationConfigurationNature SEND_PAYMENT_REQUEST
public static final SmsOperationConfigurationNature DENY_PAYMENT_REQUEST
public static final SmsOperationConfigurationNature ACCEPT_PAYMENT_REQUEST
public static final SmsOperationConfigurationNature PERFORM_EXTERNAL_PAYMENT
public static final SmsOperationConfigurationNature REDEEM_VOUCHER
public static SmsOperationConfigurationNature[] values()
for (SmsOperationConfigurationNature c : SmsOperationConfigurationNature.values()) System.out.println(c);
public static SmsOperationConfigurationNature 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 boolean isCustomizable()