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