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