default WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder.appid(String appid) |
APPID ID used to authenticate the user connected to the API Server.
|
default WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder |
WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilder.basic() |
|
default WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder.cnt(Integer cnt) |
Number of results to be found.
|
default WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder.cnt(String cnt) |
Number of results to be found.
|
default WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder.geolocationAccessKey(String geolocationAccessKey) |
The geolocation service now needs an accessKey to be used.
|
default WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder.geolocationRequestHostIP(String geolocationRequestHostIP) |
The geolocation service now needs to specify the IP associated to the
accessKey you're using.
|
default WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder.headerName(String headerName) |
To store the weather result in this header instead of the message
body.
|
default WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder.ids(String ids) |
List of id's of city/stations.
|
default WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder.ids(List<String> ids) |
List of id's of city/stations.
|
default WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder.language(String language) |
Language of the response.
|
default WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder.language(WeatherEndpointBuilderFactory.WeatherLanguage language) |
Language of the response.
|
default WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder.lat(String lat) |
Latitude of location.
|
default WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder.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.WeatherEndpointProducerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder.lon(String lon) |
Longitude of location.
|
default WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder.mode(String mode) |
The output format of the weather data.
|
default WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder.mode(WeatherEndpointBuilderFactory.WeatherMode mode) |
The output format of the weather data.
|
default WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder.period(String period) |
If null, the current weather will be returned, else use values of 5,
7, 14 days.
|
default WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder.rightLon(String rightLon) |
For boxed queries this is the right longtitude.
|
default WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder.topLat(String topLat) |
For boxed queries this is the top latitude.
|
default WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder.units(String units) |
The units for temperature measurement.
|
default WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder.units(WeatherEndpointBuilderFactory.WeatherUnits units) |
The units for temperature measurement.
|
default WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder.weatherApi(String weatherApi) |
The API to use (current, forecast/3 hour, forecast daily, station).
|
default WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder.weatherApi(WeatherEndpointBuilderFactory.WeatherApi weatherApi) |
The API to use (current, forecast/3 hour, forecast daily, station).
|
default WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder.zip(String zip) |
Zip-code, e.g.
|
default WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder.zoom(Integer zoom) |
For boxed queries this is the zoom.
|
default WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder.zoom(String zoom) |
For boxed queries this is the zoom.
|