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