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