public static enum ProductEventStat.EnumEvent extends Enum<ProductEventStat.EnumEvent>
| Enum Constant and Description |
|---|
VALUE_ADDTOCART |
VALUE_ADDTOWISHLIST |
VALUE_INITIATECHECKOUT |
VALUE_LEAD |
VALUE_PURCHASE |
VALUE_SEARCH |
VALUE_SUBSCRIBE |
VALUE_VIEWCONTENT |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ProductEventStat.EnumEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductEventStat.EnumEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="AddToCart") public static final ProductEventStat.EnumEvent VALUE_ADDTOCART
@SerializedName(value="AddToWishlist") public static final ProductEventStat.EnumEvent VALUE_ADDTOWISHLIST
@SerializedName(value="InitiateCheckout") public static final ProductEventStat.EnumEvent VALUE_INITIATECHECKOUT
@SerializedName(value="Lead") public static final ProductEventStat.EnumEvent VALUE_LEAD
@SerializedName(value="Purchase") public static final ProductEventStat.EnumEvent VALUE_PURCHASE
@SerializedName(value="Search") public static final ProductEventStat.EnumEvent VALUE_SEARCH
@SerializedName(value="Subscribe") public static final ProductEventStat.EnumEvent VALUE_SUBSCRIBE
@SerializedName(value="ViewContent") public static final ProductEventStat.EnumEvent VALUE_VIEWCONTENT
public static ProductEventStat.EnumEvent[] values()
for (ProductEventStat.EnumEvent c : ProductEventStat.EnumEvent.values()) System.out.println(c);
public static ProductEventStat.EnumEvent 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<ProductEventStat.EnumEvent>Copyright © 2024. All rights reserved.