public enum AdCustomFieldSearchVisibility extends java.lang.Enum<AdCustomFieldSearchVisibility>
| Enum Constant and Description |
|---|
ADVANCED_MODE |
NONE |
SIMPLE_MODE |
| Modifier and Type | Method and Description |
|---|---|
static AdCustomFieldSearchVisibility |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AdCustomFieldSearchVisibility[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdCustomFieldSearchVisibility NONE
public static final AdCustomFieldSearchVisibility SIMPLE_MODE
public static final AdCustomFieldSearchVisibility ADVANCED_MODE
public static AdCustomFieldSearchVisibility[] values()
for (AdCustomFieldSearchVisibility c : AdCustomFieldSearchVisibility.values()) System.out.println(c);
public static AdCustomFieldSearchVisibility valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null