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