public enum IdentityUserFlowAttributeDataType extends java.lang.Enum<IdentityUserFlowAttributeDataType>
| Enum Constant and Description |
|---|
BOOLEAN
boolean
|
DATE_TIME
date Time
|
INT64
int64
|
STRING
string
|
STRING_COLLECTION
string Collection
|
UNEXPECTED_VALUE
For IdentityUserFlowAttributeDataType values that were not expected from the service
|
UNKNOWN_FUTURE_VALUE
unknown Future Value
|
| Modifier and Type | Method and Description |
|---|---|
static IdentityUserFlowAttributeDataType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IdentityUserFlowAttributeDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdentityUserFlowAttributeDataType STRING
public static final IdentityUserFlowAttributeDataType BOOLEAN
public static final IdentityUserFlowAttributeDataType INT64
public static final IdentityUserFlowAttributeDataType STRING_COLLECTION
public static final IdentityUserFlowAttributeDataType DATE_TIME
public static final IdentityUserFlowAttributeDataType UNKNOWN_FUTURE_VALUE
public static final IdentityUserFlowAttributeDataType UNEXPECTED_VALUE
public static IdentityUserFlowAttributeDataType[] values()
for (IdentityUserFlowAttributeDataType c : IdentityUserFlowAttributeDataType.values()) System.out.println(c);
public static IdentityUserFlowAttributeDataType 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