Uses of Enum
com.okta.sdk.resource.model.UserSchemaAttributeScope
-
Uses of UserSchemaAttributeScope in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionstatic UserSchemaAttributeScope
GroupSchemaAttribute.getScope()
Get scopeUserSchemaAttribute.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.Modifier and TypeMethodDescriptionGroupSchemaAttribute.scope
(UserSchemaAttributeScope scope) UserSchemaAttribute.scope
(UserSchemaAttributeScope scope) void
GroupSchemaAttribute.setScope
(UserSchemaAttributeScope scope) void
UserSchemaAttribute.setScope
(UserSchemaAttributeScope scope)