public enum OvhOperationStateEnum extends Enum<OvhOperationStateEnum>
| Enum Constant and Description |
|---|
FAILURE |
PENDING |
RECEIVED |
RETRY |
REVOKED |
RUNNING |
STARTED |
SUCCESS |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static OvhOperationStateEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhOperationStateEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OvhOperationStateEnum PENDING
public static final OvhOperationStateEnum RECEIVED
public static final OvhOperationStateEnum STARTED
public static final OvhOperationStateEnum SUCCESS
public static final OvhOperationStateEnum FAILURE
public static final OvhOperationStateEnum REVOKED
public static final OvhOperationStateEnum RETRY
public static final OvhOperationStateEnum RUNNING
public static OvhOperationStateEnum[] values()
for (OvhOperationStateEnum c : OvhOperationStateEnum.values()) System.out.println(c);
public static OvhOperationStateEnum 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 String toString()
toString in class Enum<OvhOperationStateEnum>Copyright © 2018. All rights reserved.