public static enum AdvancedInsightResponse.Reachability extends java.lang.Enum<AdvancedInsightResponse.Reachability>
| Enum Constant and Description |
|---|
ABSENT |
BAD_NUMBER |
BLACKLISTED |
REACHABLE |
UNDELIVERABLE |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static AdvancedInsightResponse.Reachability |
fromString(java.lang.String name) |
static AdvancedInsightResponse.Reachability |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AdvancedInsightResponse.Reachability[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdvancedInsightResponse.Reachability UNKNOWN
public static final AdvancedInsightResponse.Reachability REACHABLE
public static final AdvancedInsightResponse.Reachability UNDELIVERABLE
public static final AdvancedInsightResponse.Reachability ABSENT
public static final AdvancedInsightResponse.Reachability BAD_NUMBER
public static final AdvancedInsightResponse.Reachability BLACKLISTED
public static AdvancedInsightResponse.Reachability[] values()
for (AdvancedInsightResponse.Reachability c : AdvancedInsightResponse.Reachability.values()) System.out.println(c);
public static AdvancedInsightResponse.Reachability 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 static AdvancedInsightResponse.Reachability fromString(java.lang.String name)