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