public static interface WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
default WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilder advanced()
default WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder appid(String appid)
java.lang.String type.
Required: true
Group: commondefault WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder headerName(String headerName)
java.lang.String type.
Group: commondefault WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder language(WeatherEndpointBuilderFactory.WeatherLanguage language)
org.apache.camel.component.weather.WeatherLanguage type.
Default: en
Group: commondefault WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder language(String language)
org.apache.camel.component.weather.WeatherLanguage type.
Default: en
Group: commondefault WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder mode(WeatherEndpointBuilderFactory.WeatherMode mode)
org.apache.camel.component.weather.WeatherMode type.
Default: JSON
Group: commondefault WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder mode(String mode)
org.apache.camel.component.weather.WeatherMode type.
Default: JSON
Group: commondefault WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder period(String period)
java.lang.String type.
Group: commondefault WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder units(WeatherEndpointBuilderFactory.WeatherUnits units)
org.apache.camel.component.weather.WeatherUnits type.
Group: commondefault WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder units(String units)
org.apache.camel.component.weather.WeatherUnits type.
Group: commondefault WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder weatherApi(WeatherEndpointBuilderFactory.WeatherApi weatherApi)
org.apache.camel.component.weather.WeatherApi type.
Group: commondefault WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder weatherApi(String weatherApi)
org.apache.camel.component.weather.WeatherApi type.
Group: commondefault WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder lazyStartProducer(String lazyStartProducer)
boolean type.
Default: false
Group: producerdefault WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder cnt(Integer cnt)
java.lang.Integer type.
Group: filterdefault WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder cnt(String cnt)
java.lang.Integer
type.
Group: filterdefault WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder ids(List<String> ids)
java.util.List<java.lang.String>
type.
Group: filterdefault WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder ids(String ids)
java.util.List<java.lang.String> type.
Group: filterdefault WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder lat(String lat)
java.lang.String type.
Group: filterdefault WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder location(String location)
java.lang.String type.
Group: filterdefault WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder lon(String lon)
java.lang.String type.
Group: filterdefault WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder rightLon(String rightLon)
java.lang.String type.
Group: filterdefault WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder topLat(String topLat)
java.lang.String type.
Group: filterdefault WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder zip(String zip)
java.lang.String type.
Group: filterdefault WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder zoom(Integer zoom)
java.lang.Integer type.
Group: filterdefault WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder zoom(String zoom)
java.lang.Integer
type.
Group: filterdefault WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder geolocationAccessKey(String geolocationAccessKey)
java.lang.String type.
Required: true
Group: securitydefault WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder geolocationRequestHostIP(String geolocationRequestHostIP)
java.lang.String type.
Required: true
Group: securityApache Camel