public static enum Constants.ActionType extends java.lang.Enum<Constants.ActionType>
| Enum Constant and Description |
|---|
ACCEPTED |
APPROVED |
CLOSED |
COMMENTED |
CREATED |
DELETED |
DESTROYED |
EXPIRED |
IMPORTED |
JOINED |
LEFT |
MERGED |
OPENED |
PUSHED |
REMOVED |
REOPENED |
UPDATED |
| Modifier and Type | Method and Description |
|---|---|
static Constants.ActionType |
forValue(java.lang.String value) |
java.lang.String |
toString() |
java.lang.String |
toValue() |
static Constants.ActionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.ActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.ActionType CREATED
public static final Constants.ActionType UPDATED
public static final Constants.ActionType OPENED
public static final Constants.ActionType CLOSED
public static final Constants.ActionType REOPENED
public static final Constants.ActionType PUSHED
public static final Constants.ActionType COMMENTED
public static final Constants.ActionType MERGED
public static final Constants.ActionType JOINED
public static final Constants.ActionType LEFT
public static final Constants.ActionType DESTROYED
public static final Constants.ActionType EXPIRED
public static final Constants.ActionType REMOVED
public static final Constants.ActionType DELETED
public static final Constants.ActionType APPROVED
public static final Constants.ActionType ACCEPTED
public static final Constants.ActionType IMPORTED
public static Constants.ActionType[] values()
for (Constants.ActionType c : Constants.ActionType.values()) System.out.println(c);
public static Constants.ActionType 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.ActionType forValue(java.lang.String value)
public java.lang.String toValue()
public java.lang.String toString()
toString in class java.lang.Enum<Constants.ActionType>