public enum IdentityUserFlowAttributeInputType extends java.lang.Enum<IdentityUserFlowAttributeInputType>
| Enum Constant and Description |
|---|
CHECKBOX_MULTI_SELECT
checkbox Multi Select
|
DATE_TIME_DROPDOWN
date Time Dropdown
|
DROPDOWN_SINGLE_SELECT
dropdown Single Select
|
EMAIL_BOX
email Box
|
RADIO_SINGLE_SELECT
radio Single Select
|
TEXT_BOX
text Box
|
UNEXPECTED_VALUE
For IdentityUserFlowAttributeInputType values that were not expected from the service
|
| Modifier and Type | Method and Description |
|---|---|
static IdentityUserFlowAttributeInputType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IdentityUserFlowAttributeInputType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdentityUserFlowAttributeInputType TEXT_BOX
public static final IdentityUserFlowAttributeInputType DATE_TIME_DROPDOWN
public static final IdentityUserFlowAttributeInputType RADIO_SINGLE_SELECT
public static final IdentityUserFlowAttributeInputType DROPDOWN_SINGLE_SELECT
public static final IdentityUserFlowAttributeInputType EMAIL_BOX
public static final IdentityUserFlowAttributeInputType CHECKBOX_MULTI_SELECT
public static final IdentityUserFlowAttributeInputType UNEXPECTED_VALUE
public static IdentityUserFlowAttributeInputType[] values()
for (IdentityUserFlowAttributeInputType c : IdentityUserFlowAttributeInputType.values()) System.out.println(c);
public static IdentityUserFlowAttributeInputType 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