public static enum PageCallToAction.EnumIphoneDestinationType extends Enum<PageCallToAction.EnumIphoneDestinationType>
| Enum Constant and Description |
|---|
VALUE_APP_DEEPLINK |
VALUE_BECOME_A_VOLUNTEER |
VALUE_EMAIL |
VALUE_FACEBOOK_APP |
VALUE_FOLLOW |
VALUE_MARKETPLACE_INVENTORY_PAGE |
VALUE_MESSENGER |
VALUE_MINI_SHOP |
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_APP_DEEPLINK
public static final PageCallToAction.EnumIphoneDestinationType VALUE_BECOME_A_VOLUNTEER
public static final PageCallToAction.EnumIphoneDestinationType VALUE_EMAIL
public static final PageCallToAction.EnumIphoneDestinationType VALUE_FACEBOOK_APP
public static final PageCallToAction.EnumIphoneDestinationType VALUE_FOLLOW
public static final PageCallToAction.EnumIphoneDestinationType VALUE_MARKETPLACE_INVENTORY_PAGE
public static final PageCallToAction.EnumIphoneDestinationType VALUE_MESSENGER
public static final PageCallToAction.EnumIphoneDestinationType VALUE_MINI_SHOP
public static final PageCallToAction.EnumIphoneDestinationType VALUE_NONE
public static final PageCallToAction.EnumIphoneDestinationType VALUE_PHONE_CALL
public static final PageCallToAction.EnumIphoneDestinationType VALUE_SHOP_ON_FACEBOOK
public static final PageCallToAction.EnumIphoneDestinationType VALUE_WEBSITE
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 © 2020. All rights reserved.