public static enum ThirdPartyPartnerPanelScheduled.EnumStudyType extends Enum<ThirdPartyPartnerPanelScheduled.EnumStudyType>
| Enum Constant and Description |
|---|
VALUE_BRAND_LIFT |
VALUE_PANEL_SALES_ATTRIBUTION |
VALUE_REACH |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ThirdPartyPartnerPanelScheduled.EnumStudyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThirdPartyPartnerPanelScheduled.EnumStudyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="BRAND_LIFT") public static final ThirdPartyPartnerPanelScheduled.EnumStudyType VALUE_BRAND_LIFT
@SerializedName(value="PANEL_SALES_ATTRIBUTION") public static final ThirdPartyPartnerPanelScheduled.EnumStudyType VALUE_PANEL_SALES_ATTRIBUTION
@SerializedName(value="REACH") public static final ThirdPartyPartnerPanelScheduled.EnumStudyType VALUE_REACH
public static ThirdPartyPartnerPanelScheduled.EnumStudyType[] values()
for (ThirdPartyPartnerPanelScheduled.EnumStudyType c : ThirdPartyPartnerPanelScheduled.EnumStudyType.values()) System.out.println(c);
public static ThirdPartyPartnerPanelScheduled.EnumStudyType 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<ThirdPartyPartnerPanelScheduled.EnumStudyType>Copyright © 2024. All rights reserved.