public enum OvhTerminationReasonEnum extends Enum<OvhTerminationReasonEnum>
| Enum Constant and Description |
|---|
FEATURES_DONT_SUIT_ME |
LACK_OF_PERFORMANCES |
MIGRATED_TO_ANOTHER_OVH_PRODUCT |
MIGRATED_TO_COMPETITOR |
NO_ANSWER |
NOT_NEEDED_ANYMORE |
NOT_RELIABLE |
OTHER |
TOO_EXPENSIVE |
TOO_HARD_TO_USE |
UNSATIFIED_BY_CUSTOMER_SUPPORT |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static OvhTerminationReasonEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhTerminationReasonEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OvhTerminationReasonEnum FEATURES_DONT_SUIT_ME
public static final OvhTerminationReasonEnum LACK_OF_PERFORMANCES
public static final OvhTerminationReasonEnum MIGRATED_TO_ANOTHER_OVH_PRODUCT
public static final OvhTerminationReasonEnum MIGRATED_TO_COMPETITOR
public static final OvhTerminationReasonEnum NOT_NEEDED_ANYMORE
public static final OvhTerminationReasonEnum NOT_RELIABLE
public static final OvhTerminationReasonEnum NO_ANSWER
public static final OvhTerminationReasonEnum OTHER
public static final OvhTerminationReasonEnum TOO_EXPENSIVE
public static final OvhTerminationReasonEnum TOO_HARD_TO_USE
public static final OvhTerminationReasonEnum UNSATIFIED_BY_CUSTOMER_SUPPORT
public static OvhTerminationReasonEnum[] values()
for (OvhTerminationReasonEnum c : OvhTerminationReasonEnum.values()) System.out.println(c);
public static OvhTerminationReasonEnum 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<OvhTerminationReasonEnum>Copyright © 2018. All rights reserved.