Uses of Class
io.apicurio.registry.types.LogLevel
-
Packages that use LogLevel Package Description io.apicurio.registry.rest.v2.beans io.apicurio.registry.types -
-
Uses of LogLevel in io.apicurio.registry.rest.v2.beans
Methods in io.apicurio.registry.rest.v2.beans that return LogLevel Modifier and Type Method Description LogLevel
LogConfiguration. getLevel()
(Required)LogLevel
NamedLogConfiguration. getLevel()
(Required)Methods in io.apicurio.registry.rest.v2.beans with parameters of type LogLevel Modifier and Type Method Description void
LogConfiguration. setLevel(LogLevel level)
(Required)void
NamedLogConfiguration. setLevel(LogLevel level)
(Required) -
Uses of LogLevel in io.apicurio.registry.types
Methods in io.apicurio.registry.types that return LogLevel Modifier and Type Method Description static LogLevel
LogLevel. fromValue(String value)
static LogLevel
LogLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static LogLevel[]
LogLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-