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