Uses of Class
com.okta.sdk.resource.UserSchemaAttributeType
-
Packages that use UserSchemaAttributeType Package Description com.okta.sdk.resource -
-
Uses of UserSchemaAttributeType in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return UserSchemaAttributeType Modifier and Type Method Description UserSchemaAttributeType
GroupSchemaAttribute. getType()
UserSchemaAttributeType
UserSchemaAttribute. getType()
static UserSchemaAttributeType
UserSchemaAttributeType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UserSchemaAttributeType[]
UserSchemaAttributeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource with parameters of type UserSchemaAttributeType Modifier and Type Method Description GroupSchemaAttribute
GroupSchemaAttribute. setType(UserSchemaAttributeType type)
UserSchemaAttribute
UserSchemaAttribute. setType(UserSchemaAttributeType type)
-