Serializable, Comparable<Constants.MergeRequestOrderBy>public static enum Constants.MergeRequestOrderBy extends Enum<Constants.MergeRequestOrderBy>
| Enum Constant | Description |
|---|---|
CREATED_AT |
|
UPDATED_AT |
| Modifier and Type | Method | Description |
|---|---|---|
static Constants.MergeRequestOrderBy |
forValue(String value) |
|
String |
toString() |
|
String |
toValue() |
|
static Constants.MergeRequestOrderBy |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Constants.MergeRequestOrderBy[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.MergeRequestOrderBy CREATED_AT
public static final Constants.MergeRequestOrderBy UPDATED_AT
public static Constants.MergeRequestOrderBy[] values()
for (Constants.MergeRequestOrderBy c : Constants.MergeRequestOrderBy.values()) System.out.println(c);
public static Constants.MergeRequestOrderBy 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.MergeRequestOrderBy forValue(String value)
public String toValue()
public String toString()
toString in class Enum<Constants.MergeRequestOrderBy>Copyright © 2018. All rights reserved.