public enum OvhObjectStateEnum extends Enum<OvhObjectStateEnum>
| Enum Constant and Description |
|---|
creating |
deleting |
ok |
reopening |
suspended |
suspending |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static OvhObjectStateEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhObjectStateEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OvhObjectStateEnum creating
public static final OvhObjectStateEnum deleting
public static final OvhObjectStateEnum ok
public static final OvhObjectStateEnum reopening
public static final OvhObjectStateEnum suspended
public static final OvhObjectStateEnum suspending
public static OvhObjectStateEnum[] values()
for (OvhObjectStateEnum c : OvhObjectStateEnum.values()) System.out.println(c);
public static OvhObjectStateEnum 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<OvhObjectStateEnum>Copyright © 2017. All rights reserved.