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