Uses of Class
org.apache.camel.component.weather.WeatherApi
-
Packages that use WeatherApi Package Description org.apache.camel.component.weather -
-
Uses of WeatherApi in org.apache.camel.component.weather
Methods in org.apache.camel.component.weather that return WeatherApi Modifier and Type Method Description WeatherApiWeatherConfiguration. getWeatherApi()static WeatherApiWeatherApi. valueOf(String name)Returns the enum constant of this type with the specified name.static WeatherApi[]WeatherApi. 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 WeatherApi Modifier and Type Method Description voidWeatherConfiguration. setWeatherApi(WeatherApi weatherApi)The API to use (current, forecast/3 hour, forecast daily, station)
-