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