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