public enum TemplateActionTypeNames extends java.lang.Enum<TemplateActionTypeNames> implements EnumParam
| Enum Constant and Description |
|---|
CALLBACK |
INTENT_SUBSCRIBE |
INTENT_UNSUBSCRIBE |
LOCATION |
OPEN_APP |
OPEN_LINK |
OPEN_MODAL_VIEW |
OPEN_PHOTO |
START |
TEXT |
VKPAY |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
java.lang.String |
toString() |
static TemplateActionTypeNames |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TemplateActionTypeNames[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="text") public static final TemplateActionTypeNames TEXT
@SerializedName(value="start") public static final TemplateActionTypeNames START
@SerializedName(value="location") public static final TemplateActionTypeNames LOCATION
@SerializedName(value="vkpay") public static final TemplateActionTypeNames VKPAY
@SerializedName(value="open_app") public static final TemplateActionTypeNames OPEN_APP
@SerializedName(value="open_photo") public static final TemplateActionTypeNames OPEN_PHOTO
@SerializedName(value="open_link") public static final TemplateActionTypeNames OPEN_LINK
@SerializedName(value="callback") public static final TemplateActionTypeNames CALLBACK
@SerializedName(value="intent_subscribe") public static final TemplateActionTypeNames INTENT_SUBSCRIBE
@SerializedName(value="intent_unsubscribe") public static final TemplateActionTypeNames INTENT_UNSUBSCRIBE
@SerializedName(value="open_modal_view") public static final TemplateActionTypeNames OPEN_MODAL_VIEW
public static TemplateActionTypeNames[] values()
for (TemplateActionTypeNames c : TemplateActionTypeNames.values()) System.out.println(c);
public static TemplateActionTypeNames 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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<TemplateActionTypeNames>