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