public static enum Recipient.MessageCategoryIDEnum extends Enum<Recipient.MessageCategoryIDEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
Recipient.MessageCategoryIDEnum.Adapter |
| Enum Constant and Description |
|---|
ACCOUNTPROBLEM |
BLACKLISTED |
CODEERROR |
CONNECTIONPROBLEM |
CONNECTIONTERMINATED |
DNSPROBLEM |
GREYLISTED |
IGNORE |
MANUALCANCEL |
NOMAILBOX |
NOTDELIVERED |
NOTDELIVEREDCANCELLED |
SPAM |
SPFPROBLEM |
THROTTLED |
TIMEOUT |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static Recipient.MessageCategoryIDEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static Recipient.MessageCategoryIDEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Recipient.MessageCategoryIDEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Recipient.MessageCategoryIDEnum UNKNOWN
public static final Recipient.MessageCategoryIDEnum IGNORE
public static final Recipient.MessageCategoryIDEnum SPAM
public static final Recipient.MessageCategoryIDEnum BLACKLISTED
public static final Recipient.MessageCategoryIDEnum NOMAILBOX
public static final Recipient.MessageCategoryIDEnum GREYLISTED
public static final Recipient.MessageCategoryIDEnum THROTTLED
public static final Recipient.MessageCategoryIDEnum TIMEOUT
public static final Recipient.MessageCategoryIDEnum CONNECTIONPROBLEM
public static final Recipient.MessageCategoryIDEnum SPFPROBLEM
public static final Recipient.MessageCategoryIDEnum ACCOUNTPROBLEM
public static final Recipient.MessageCategoryIDEnum DNSPROBLEM
public static final Recipient.MessageCategoryIDEnum NOTDELIVEREDCANCELLED
public static final Recipient.MessageCategoryIDEnum CODEERROR
public static final Recipient.MessageCategoryIDEnum MANUALCANCEL
public static final Recipient.MessageCategoryIDEnum CONNECTIONTERMINATED
public static final Recipient.MessageCategoryIDEnum NOTDELIVERED
public static Recipient.MessageCategoryIDEnum[] values()
for (Recipient.MessageCategoryIDEnum c : Recipient.MessageCategoryIDEnum.values()) System.out.println(c);
public static Recipient.MessageCategoryIDEnum 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<Recipient.MessageCategoryIDEnum>public static Recipient.MessageCategoryIDEnum fromValue(String text)
Copyright © 2019. All rights reserved.