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