public static enum UiCustomization.ButtonType extends java.lang.Enum<UiCustomization.ButtonType>
ButtonCustomization button's type.| Enum Constant and Description |
|---|
CANCEL |
CONTINUE |
NEXT |
OPEN_OOB_APP |
RESEND |
VERIFY |
| Modifier and Type | Method and Description |
|---|---|
static UiCustomization.ButtonType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UiCustomization.ButtonType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UiCustomization.ButtonType VERIFY
public static final UiCustomization.ButtonType CONTINUE
public static final UiCustomization.ButtonType NEXT
public static final UiCustomization.ButtonType CANCEL
public static final UiCustomization.ButtonType RESEND
public static final UiCustomization.ButtonType OPEN_OOB_APP
public static UiCustomization.ButtonType[] values()
for (UiCustomization.ButtonType c : UiCustomization.ButtonType.values()) System.out.println(c);
public static UiCustomization.ButtonType 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