Uses of Enum Class
dev.cachly.api.model.HealthResponse.DbEnum
Packages that use HealthResponse.DbEnum
-
Uses of HealthResponse.DbEnum in dev.cachly.api.model
Methods in dev.cachly.api.model that return HealthResponse.DbEnumModifier and TypeMethodDescriptionstatic HealthResponse.DbEnumHealthResponse.getDb()Get dbstatic HealthResponse.DbEnumReturns the enum constant of this class with the specified name.static HealthResponse.DbEnum[]HealthResponse.DbEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.cachly.api.model with parameters of type HealthResponse.DbEnumModifier and TypeMethodDescriptionHealthResponse.db(HealthResponse.DbEnum db) voidHealthResponse.setDb(HealthResponse.DbEnum db)