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