public static enum Constants.ProjectSearchScope extends java.lang.Enum<Constants.ProjectSearchScope>
Enum Constant and Description |
---|
BLOBS |
COMMITS |
ISSUES |
MERGE_REQUESTS |
MILESTONES |
NOTES |
USERS |
WIKI_BLOBS |
Modifier and Type | Method and Description |
---|---|
static Constants.ProjectSearchScope |
forValue(java.lang.String value) |
java.lang.String |
toString() |
java.lang.String |
toValue() |
static Constants.ProjectSearchScope |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.ProjectSearchScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.ProjectSearchScope BLOBS
public static final Constants.ProjectSearchScope COMMITS
public static final Constants.ProjectSearchScope ISSUES
public static final Constants.ProjectSearchScope MERGE_REQUESTS
public static final Constants.ProjectSearchScope MILESTONES
public static final Constants.ProjectSearchScope NOTES
public static final Constants.ProjectSearchScope WIKI_BLOBS
public static final Constants.ProjectSearchScope USERS
public static Constants.ProjectSearchScope[] values()
for (Constants.ProjectSearchScope c : Constants.ProjectSearchScope.values()) System.out.println(c);
public static Constants.ProjectSearchScope 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 Constants.ProjectSearchScope forValue(java.lang.String value)
public java.lang.String toValue()
public java.lang.String toString()
toString
in class java.lang.Enum<Constants.ProjectSearchScope>