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