public enum UserSchemaAttributeType extends java.lang.Enum<UserSchemaAttributeType>
| Enum Constant and Description |
|---|
ARRAY |
BOOLEAN |
INTEGER |
NUMBER |
SDK_UNKNOWN |
STRING |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static UserSchemaAttributeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UserSchemaAttributeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserSchemaAttributeType STRING
public static final UserSchemaAttributeType BOOLEAN
public static final UserSchemaAttributeType NUMBER
public static final UserSchemaAttributeType INTEGER
public static final UserSchemaAttributeType ARRAY
public static final UserSchemaAttributeType SDK_UNKNOWN
public static UserSchemaAttributeType[] values()
for (UserSchemaAttributeType c : UserSchemaAttributeType.values()) System.out.println(c);
public static UserSchemaAttributeType 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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<UserSchemaAttributeType>Copyright © 2017-2021 Okta. All Rights Reserved.