Uses of Class
com.okta.sdk.resource.user.schema.UserSchemaAttributeScope
-
Packages that use UserSchemaAttributeScope Package Description com.okta.sdk.resource.group.schema com.okta.sdk.resource.user.schema -
-
Uses of UserSchemaAttributeScope in com.okta.sdk.resource.group.schema
Methods in com.okta.sdk.resource.group.schema that return UserSchemaAttributeScope Modifier and Type Method Description UserSchemaAttributeScopeGroupSchemaAttribute. getScope()Methods in com.okta.sdk.resource.group.schema with parameters of type UserSchemaAttributeScope Modifier and Type Method Description GroupSchemaAttributeGroupSchemaAttribute. setScope(UserSchemaAttributeScope scope) -
Uses of UserSchemaAttributeScope in com.okta.sdk.resource.user.schema
Methods in com.okta.sdk.resource.user.schema that return UserSchemaAttributeScope Modifier and Type Method Description 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.user.schema with parameters of type UserSchemaAttributeScope Modifier and Type Method Description UserSchemaAttributeUserSchemaAttribute. setScope(UserSchemaAttributeScope scope)
-