public static enum InboundEmailRejectionSender.Error extends java.lang.Enum<InboundEmailRejectionSender.Error>
Enum Constant and Description |
---|
INACTIVE_ACCOUNT |
INTERNAL_EXCEPTION |
PARSING_ERROR |
UNKNOWN_ACCOUNT |
Modifier and Type | Method and Description |
---|---|
static InboundEmailRejectionSender.Error |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InboundEmailRejectionSender.Error[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InboundEmailRejectionSender.Error PARSING_ERROR
public static final InboundEmailRejectionSender.Error INACTIVE_ACCOUNT
public static final InboundEmailRejectionSender.Error UNKNOWN_ACCOUNT
public static final InboundEmailRejectionSender.Error INTERNAL_EXCEPTION
public static InboundEmailRejectionSender.Error[] values()
for (InboundEmailRejectionSender.Error c : InboundEmailRejectionSender.Error.values()) System.out.println(c);
public static InboundEmailRejectionSender.Error 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 null