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 LogLevelLogConfiguration. getLevel()(Required)LogLevelNamedLogConfiguration. getLevel()(Required)Methods in io.apicurio.registry.rest.v2.beans with parameters of type LogLevel Modifier and Type Method Description voidLogConfiguration. setLevel(LogLevel level)(Required)voidNamedLogConfiguration. 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 LogLevelLogLevel. fromValue(String value)static LogLevelLogLevel. 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.
-