Uses of Enum
org.openapitools.client.model.UserSchemaAttributeScope
Packages that use UserSchemaAttributeScope
-
Uses of UserSchemaAttributeScope in org.openapitools.client.model
Methods in org.openapitools.client.model that return UserSchemaAttributeScopeModifier 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.Methods in org.openapitools.client.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)