| Enum constant | Description |
|---|---|
FAILED |
|
SUCCESSFUL |
|
VOIDED |
| Constructor and description |
|---|
RecurlyTransactionState
(java.lang.String value) |
| Type | Name and description |
|---|---|
static boolean |
contains(java.lang.String test) |
java.lang.String |
toString() |
RecurlyTransactionState |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
RecurlyTransactionState[] |
values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in the order they are declared.
Groovy Documentation