Uses of Enum
com.okta.sdk.resource.model.UserSchemaAttributeScope
Packages that use UserSchemaAttributeScope
-
Uses of UserSchemaAttributeScope in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return UserSchemaAttributeScopeModifier and TypeMethodDescriptionstatic UserSchemaAttributeScope
GroupSchemaAttribute.getScope()
Determines whether a group attribute can be set at the individual or group levelUserSchemaAttribute.getScope()
Get scopestatic UserSchemaAttributeScope
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.model with parameters of type UserSchemaAttributeScopeModifier and TypeMethodDescriptionGroupSchemaAttribute.scope
(UserSchemaAttributeScope scope) UserSchemaAttribute.scope
(UserSchemaAttributeScope scope) void
GroupSchemaAttribute.setScope
(UserSchemaAttributeScope scope) void
UserSchemaAttribute.setScope
(UserSchemaAttributeScope scope)