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