public static enum PageCallToAction.EnumIphoneDestinationType extends Enum<PageCallToAction.EnumIphoneDestinationType>
| Enum Constant and Description |
|---|
NULL |
VALUE_APP_DEEPLINK |
VALUE_EMAIL |
VALUE_FACEBOOK_APP |
VALUE_MESSENGER |
VALUE_NONE |
VALUE_PHONE_CALL |
VALUE_SHOP_ON_FACEBOOK |
VALUE_WEBSITE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static PageCallToAction.EnumIphoneDestinationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageCallToAction.EnumIphoneDestinationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PageCallToAction.EnumIphoneDestinationType VALUE_WEBSITE
public static final PageCallToAction.EnumIphoneDestinationType VALUE_APP_DEEPLINK
public static final PageCallToAction.EnumIphoneDestinationType VALUE_FACEBOOK_APP
public static final PageCallToAction.EnumIphoneDestinationType VALUE_PHONE_CALL
public static final PageCallToAction.EnumIphoneDestinationType VALUE_MESSENGER
public static final PageCallToAction.EnumIphoneDestinationType VALUE_EMAIL
public static final PageCallToAction.EnumIphoneDestinationType VALUE_SHOP_ON_FACEBOOK
public static final PageCallToAction.EnumIphoneDestinationType VALUE_NONE
public static final PageCallToAction.EnumIphoneDestinationType NULL
public static PageCallToAction.EnumIphoneDestinationType[] values()
for (PageCallToAction.EnumIphoneDestinationType c : PageCallToAction.EnumIphoneDestinationType.values()) System.out.println(c);
public static PageCallToAction.EnumIphoneDestinationType 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<PageCallToAction.EnumIphoneDestinationType>Copyright © 2018. All rights reserved.