public static enum PushDelivery.Actions extends Enum<PushDelivery.Actions>
Enum Constant and Description |
---|
ACCEPT |
ALLOW |
BLOCK |
BUY |
CANCEL |
DECLINE |
DELETE |
DISLIKE |
EDIT |
FIND |
FOLLOW |
LATER |
LAUNCH |
LIKE |
NO |
OK |
REMIND |
SAVE |
SEND |
SHARE |
SHOP_NOW |
YES |
Modifier and Type | Method and Description |
---|---|
static PushDelivery.Actions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PushDelivery.Actions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PushDelivery.Actions OK
public static final PushDelivery.Actions CANCEL
public static final PushDelivery.Actions EDIT
public static final PushDelivery.Actions SEND
public static final PushDelivery.Actions BUY
public static final PushDelivery.Actions SAVE
public static final PushDelivery.Actions FIND
public static final PushDelivery.Actions LIKE
public static final PushDelivery.Actions DISLIKE
public static final PushDelivery.Actions LAUNCH
public static final PushDelivery.Actions REMIND
public static final PushDelivery.Actions DELETE
public static final PushDelivery.Actions BLOCK
public static final PushDelivery.Actions ALLOW
public static final PushDelivery.Actions FOLLOW
public static final PushDelivery.Actions SHARE
public static final PushDelivery.Actions SHOP_NOW
public static final PushDelivery.Actions LATER
public static final PushDelivery.Actions YES
public static final PushDelivery.Actions NO
public static final PushDelivery.Actions ACCEPT
public static final PushDelivery.Actions DECLINE
public static PushDelivery.Actions[] values()
for (PushDelivery.Actions c : PushDelivery.Actions.values()) System.out.println(c);
public static PushDelivery.Actions 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 null