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