public static enum CustomConversion.EnumCustomEventType extends Enum<CustomConversion.EnumCustomEventType>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static CustomConversion.EnumCustomEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomConversion.EnumCustomEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="ADD_PAYMENT_INFO") public static final CustomConversion.EnumCustomEventType VALUE_ADD_PAYMENT_INFO
@SerializedName(value="ADD_TO_CART") public static final CustomConversion.EnumCustomEventType VALUE_ADD_TO_CART
@SerializedName(value="ADD_TO_WISHLIST") public static final CustomConversion.EnumCustomEventType VALUE_ADD_TO_WISHLIST
@SerializedName(value="COMPLETE_REGISTRATION") public static final CustomConversion.EnumCustomEventType VALUE_COMPLETE_REGISTRATION
@SerializedName(value="CONTACT") public static final CustomConversion.EnumCustomEventType VALUE_CONTACT
@SerializedName(value="CONTENT_VIEW") public static final CustomConversion.EnumCustomEventType VALUE_CONTENT_VIEW
@SerializedName(value="CUSTOMIZE_PRODUCT") public static final CustomConversion.EnumCustomEventType VALUE_CUSTOMIZE_PRODUCT
@SerializedName(value="DONATE") public static final CustomConversion.EnumCustomEventType VALUE_DONATE
@SerializedName(value="FACEBOOK_SELECTED") public static final CustomConversion.EnumCustomEventType VALUE_FACEBOOK_SELECTED
@SerializedName(value="FIND_LOCATION") public static final CustomConversion.EnumCustomEventType VALUE_FIND_LOCATION
@SerializedName(value="INITIATED_CHECKOUT") public static final CustomConversion.EnumCustomEventType VALUE_INITIATED_CHECKOUT
@SerializedName(value="LEAD") public static final CustomConversion.EnumCustomEventType VALUE_LEAD
@SerializedName(value="LISTING_INTERACTION") public static final CustomConversion.EnumCustomEventType VALUE_LISTING_INTERACTION
@SerializedName(value="OTHER") public static final CustomConversion.EnumCustomEventType VALUE_OTHER
@SerializedName(value="PURCHASE") public static final CustomConversion.EnumCustomEventType VALUE_PURCHASE
@SerializedName(value="SCHEDULE") public static final CustomConversion.EnumCustomEventType VALUE_SCHEDULE
@SerializedName(value="SEARCH") public static final CustomConversion.EnumCustomEventType VALUE_SEARCH
@SerializedName(value="START_TRIAL") public static final CustomConversion.EnumCustomEventType VALUE_START_TRIAL
@SerializedName(value="SUBMIT_APPLICATION") public static final CustomConversion.EnumCustomEventType VALUE_SUBMIT_APPLICATION
@SerializedName(value="SUBSCRIBE") public static final CustomConversion.EnumCustomEventType VALUE_SUBSCRIBE
public static CustomConversion.EnumCustomEventType[] values()
for (CustomConversion.EnumCustomEventType c : CustomConversion.EnumCustomEventType.values()) System.out.println(c);
public static CustomConversion.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<CustomConversion.EnumCustomEventType>Copyright © 2024. All rights reserved.