Uses of Class
org.apache.camel.component.weather.WeatherLanguage
-
Packages that use WeatherLanguage Package Description org.apache.camel.component.weather -
-
Uses of WeatherLanguage in org.apache.camel.component.weather
Methods in org.apache.camel.component.weather that return WeatherLanguage Modifier and Type Method Description WeatherLanguageWeatherConfiguration. getLanguage()static WeatherLanguageWeatherLanguage. valueOf(String name)Returns the enum constant of this type with the specified name.static WeatherLanguage[]WeatherLanguage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.weather with parameters of type WeatherLanguage Modifier and Type Method Description voidWeatherConfiguration. setLanguage(WeatherLanguage language)Language of the response.
-