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