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