Uses of Class
io.apicurio.registry.auth.AuthorizedStyle
-
Packages that use AuthorizedStyle Package Description io.apicurio.registry.auth -
-
Uses of AuthorizedStyle in io.apicurio.registry.auth
Methods in io.apicurio.registry.auth that return AuthorizedStyle Modifier and Type Method Description AuthorizedStyle
value()
static AuthorizedStyle
AuthorizedStyle. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthorizedStyle[]
AuthorizedStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-