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