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