Uses of Class
com.okta.sdk.resource.UserSchemaAttributeScope
-
Packages that use UserSchemaAttributeScope Package Description com.okta.sdk.resource -
-
Uses of UserSchemaAttributeScope in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return UserSchemaAttributeScope Modifier and Type Method Description UserSchemaAttributeScope
GroupSchemaAttribute. getScope()
UserSchemaAttributeScope
UserSchemaAttribute. getScope()
static UserSchemaAttributeScope
UserSchemaAttributeScope. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UserSchemaAttributeScope[]
UserSchemaAttributeScope. 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 UserSchemaAttributeScope Modifier and Type Method Description GroupSchemaAttribute
GroupSchemaAttribute. setScope(UserSchemaAttributeScope scope)
UserSchemaAttribute
UserSchemaAttribute. setScope(UserSchemaAttributeScope scope)
-