public static enum AppIndexingApiDetector.IssueType extends java.lang.Enum<AppIndexingApiDetector.IssueType>
| Enum Constant and Description |
|---|
DATA_MISSING |
EMPTY_FIELD |
HOST_MISSING |
ILLEGAL_NUMBER |
MISSING_SLASH |
NOT_BROWSABLE |
SCHEME_MISSING |
UNKNOWN |
URL_MISSING |
| Modifier and Type | Method and Description |
|---|---|
static AppIndexingApiDetector.IssueType |
parse(java.lang.String str) |
static AppIndexingApiDetector.IssueType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AppIndexingApiDetector.IssueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppIndexingApiDetector.IssueType SCHEME_MISSING
public static final AppIndexingApiDetector.IssueType HOST_MISSING
public static final AppIndexingApiDetector.IssueType DATA_MISSING
public static final AppIndexingApiDetector.IssueType URL_MISSING
public static final AppIndexingApiDetector.IssueType NOT_BROWSABLE
public static final AppIndexingApiDetector.IssueType ILLEGAL_NUMBER
public static final AppIndexingApiDetector.IssueType EMPTY_FIELD
public static final AppIndexingApiDetector.IssueType MISSING_SLASH
public static final AppIndexingApiDetector.IssueType UNKNOWN
public static AppIndexingApiDetector.IssueType[] values()
for (AppIndexingApiDetector.IssueType c : AppIndexingApiDetector.IssueType.values()) System.out.println(c);
public static AppIndexingApiDetector.IssueType 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 AppIndexingApiDetector.IssueType parse(java.lang.String str)