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