public static enum BranchUniversalObject.BUO_USER_ACTIONS extends java.lang.Enum<BranchUniversalObject.BUO_USER_ACTIONS>
User action associated with BUO. Please see #userCompletedAction()
User actions on the BUO| Enum Constant and Description |
|---|
ADD_TO_CART |
ADD_TO_WISH_LIST |
PURCHASE_STARTED |
PURCHASED |
SHARE_COMPLETED |
SHARE_STARTED |
View |
| Modifier and Type | Method and Description |
|---|---|
static BranchUniversalObject.BUO_USER_ACTIONS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BranchUniversalObject.BUO_USER_ACTIONS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BranchUniversalObject.BUO_USER_ACTIONS View
public static final BranchUniversalObject.BUO_USER_ACTIONS ADD_TO_WISH_LIST
public static final BranchUniversalObject.BUO_USER_ACTIONS ADD_TO_CART
public static final BranchUniversalObject.BUO_USER_ACTIONS PURCHASE_STARTED
public static final BranchUniversalObject.BUO_USER_ACTIONS PURCHASED
public static final BranchUniversalObject.BUO_USER_ACTIONS SHARE_STARTED
public static final BranchUniversalObject.BUO_USER_ACTIONS SHARE_COMPLETED
public static BranchUniversalObject.BUO_USER_ACTIONS[] values()
for (BranchUniversalObject.BUO_USER_ACTIONS c : BranchUniversalObject.BUO_USER_ACTIONS.values()) System.out.println(c);
public static BranchUniversalObject.BUO_USER_ACTIONS valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null