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 UserSchemaAttributeTypeGroupSchemaAttribute. getType()UserSchemaAttributeTypeUserSchemaAttribute. getType()static UserSchemaAttributeTypeUserSchemaAttributeType. 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 GroupSchemaAttributeGroupSchemaAttribute. setType(UserSchemaAttributeType type)UserSchemaAttributeUserSchemaAttribute. setType(UserSchemaAttributeType type)
-