public static enum Constants.ProjectSearchScope extends 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(String value) |
String |
toString() |
String |
toValue() |
static Constants.ProjectSearchScope |
valueOf(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(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 static Constants.ProjectSearchScope forValue(String value)
public String toValue()
public String toString()
toString in class Enum<Constants.ProjectSearchScope>Copyright © 2019. All rights reserved.