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