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 UserSchemaAttributeScopeGroupSchemaAttribute. getScope()UserSchemaAttributeScopeUserSchemaAttribute. getScope()static UserSchemaAttributeScopeUserSchemaAttributeScope. 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 GroupSchemaAttributeGroupSchemaAttribute. setScope(UserSchemaAttributeScope scope)UserSchemaAttributeUserSchemaAttribute. setScope(UserSchemaAttributeScope scope)
-