public static enum AdStudyObjective.EnumType extends Enum<AdStudyObjective.EnumType>
| Enum Constant and Description |
|---|
VALUE_BRAND |
VALUE_BRANDLIFT |
VALUE_CONVERSIONS |
VALUE_FTL |
VALUE_MAE |
VALUE_MAI |
VALUE_MPC_CONVERSION |
VALUE_NONSALES |
VALUE_PARTNER |
VALUE_SALES |
VALUE_TELCO |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AdStudyObjective.EnumType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdStudyObjective.EnumType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="BRAND") public static final AdStudyObjective.EnumType VALUE_BRAND
@SerializedName(value="BRANDLIFT") public static final AdStudyObjective.EnumType VALUE_BRANDLIFT
@SerializedName(value="CONVERSIONS") public static final AdStudyObjective.EnumType VALUE_CONVERSIONS
@SerializedName(value="FTL") public static final AdStudyObjective.EnumType VALUE_FTL
@SerializedName(value="MAE") public static final AdStudyObjective.EnumType VALUE_MAE
@SerializedName(value="MAI") public static final AdStudyObjective.EnumType VALUE_MAI
@SerializedName(value="MPC_CONVERSION") public static final AdStudyObjective.EnumType VALUE_MPC_CONVERSION
@SerializedName(value="NONSALES") public static final AdStudyObjective.EnumType VALUE_NONSALES
@SerializedName(value="PARTNER") public static final AdStudyObjective.EnumType VALUE_PARTNER
@SerializedName(value="SALES") public static final AdStudyObjective.EnumType VALUE_SALES
@SerializedName(value="TELCO") public static final AdStudyObjective.EnumType VALUE_TELCO
public static AdStudyObjective.EnumType[] values()
for (AdStudyObjective.EnumType c : AdStudyObjective.EnumType.values()) System.out.println(c);
public static AdStudyObjective.EnumType 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<AdStudyObjective.EnumType>Copyright © 2024. All rights reserved.