public enum UserSchemaAttributeType extends Enum<UserSchemaAttributeType>
Enum Constant and Description |
---|
ARRAY |
BOOLEAN |
INTEGER |
NUMBER |
SDK_UNKNOWN |
STRING |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static UserSchemaAttributeType |
valueOf(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(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<UserSchemaAttributeType>
Copyright © 2017–2023 Okta. All rights reserved.