Uses of Enum Class
io.odilon.client.http.Scheme
Packages that use Scheme
-
Uses of Scheme in io.odilon.client.http
Subclasses with type arguments of type Scheme in io.odilon.client.httpMethods in io.odilon.client.http that return SchemeModifier and TypeMethodDescriptionstatic SchemeScheme.fromString(String scheme) Returns Scheme enum of given stringstatic SchemeReturns the enum constant of this class with the specified name.static Scheme[]Scheme.values()Returns an array containing the constants of this enum class, in the order they are declared.