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