default WeatherEndpointBuilderFactory.WeatherEndpointBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointBuilder.appid(String appid) |
APPID ID used to authenticate the user connected to the API Server.
|
default WeatherEndpointBuilderFactory.WeatherEndpointBuilder |
WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder.basic() |
|
default WeatherEndpointBuilderFactory.WeatherEndpointBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointBuilder.cnt(Integer cnt) |
Number of results to be found.
|
default WeatherEndpointBuilderFactory.WeatherEndpointBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointBuilder.cnt(String cnt) |
Number of results to be found.
|
static WeatherEndpointBuilderFactory.WeatherEndpointBuilder |
WeatherEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
|
default WeatherEndpointBuilderFactory.WeatherEndpointBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointBuilder.geolocationAccessKey(String geolocationAccessKey) |
The geolocation service now needs an accessKey to be used.
|
default WeatherEndpointBuilderFactory.WeatherEndpointBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointBuilder.geolocationRequestHostIP(String geolocationRequestHostIP) |
The geolocation service now needs to specify the IP associated to the
accessKey you're using.
|
default WeatherEndpointBuilderFactory.WeatherEndpointBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointBuilder.headerName(String headerName) |
To store the weather result in this header instead of the message
body.
|
default WeatherEndpointBuilderFactory.WeatherEndpointBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointBuilder.ids(String ids) |
List of id's of city/stations.
|
default WeatherEndpointBuilderFactory.WeatherEndpointBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointBuilder.ids(List<String> ids) |
List of id's of city/stations.
|
default WeatherEndpointBuilderFactory.WeatherEndpointBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointBuilder.language(String language) |
Language of the response.
|
default WeatherEndpointBuilderFactory.WeatherEndpointBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointBuilder.language(WeatherEndpointBuilderFactory.WeatherLanguage language) |
Language of the response.
|
default WeatherEndpointBuilderFactory.WeatherEndpointBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointBuilder.lat(String lat) |
Latitude of location.
|
default WeatherEndpointBuilderFactory.WeatherEndpointBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointBuilder.location(String location) |
If null Camel will try and determine your current location using the
geolocation of your ip address, else specify the city,country.
|
default WeatherEndpointBuilderFactory.WeatherEndpointBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointBuilder.lon(String lon) |
Longitude of location.
|
default WeatherEndpointBuilderFactory.WeatherEndpointBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointBuilder.mode(String mode) |
The output format of the weather data.
|
default WeatherEndpointBuilderFactory.WeatherEndpointBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointBuilder.mode(WeatherEndpointBuilderFactory.WeatherMode mode) |
The output format of the weather data.
|
default WeatherEndpointBuilderFactory.WeatherEndpointBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointBuilder.period(String period) |
If null, the current weather will be returned, else use values of 5,
7, 14 days.
|
default WeatherEndpointBuilderFactory.WeatherEndpointBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointBuilder.rightLon(String rightLon) |
For boxed queries this is the right longtitude.
|
default WeatherEndpointBuilderFactory.WeatherEndpointBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointBuilder.topLat(String topLat) |
For boxed queries this is the top latitude.
|
default WeatherEndpointBuilderFactory.WeatherEndpointBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointBuilder.units(String units) |
The units for temperature measurement.
|
default WeatherEndpointBuilderFactory.WeatherEndpointBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointBuilder.units(WeatherEndpointBuilderFactory.WeatherUnits units) |
The units for temperature measurement.
|
default WeatherEndpointBuilderFactory.WeatherEndpointBuilder |
WeatherEndpointBuilderFactory.WeatherBuilders.weather(String path) |
Weather (camel-weather)
Poll the weather information from Open Weather Map.
|
default WeatherEndpointBuilderFactory.WeatherEndpointBuilder |
WeatherEndpointBuilderFactory.WeatherBuilders.weather(String componentName,
String path) |
Weather (camel-weather)
Poll the weather information from Open Weather Map.
|
default WeatherEndpointBuilderFactory.WeatherEndpointBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointBuilder.weatherApi(String weatherApi) |
The API to use (current, forecast/3 hour, forecast daily, station).
|
default WeatherEndpointBuilderFactory.WeatherEndpointBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointBuilder.weatherApi(WeatherEndpointBuilderFactory.WeatherApi weatherApi) |
The API to use (current, forecast/3 hour, forecast daily, station).
|
default WeatherEndpointBuilderFactory.WeatherEndpointBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointBuilder.zip(String zip) |
Zip-code, e.g.
|
default WeatherEndpointBuilderFactory.WeatherEndpointBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointBuilder.zoom(Integer zoom) |
For boxed queries this is the zoom.
|
default WeatherEndpointBuilderFactory.WeatherEndpointBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointBuilder.zoom(String zoom) |
For boxed queries this is the zoom.
|