| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static WeatherEndpointBuilderFactory.WeatherApi |
WeatherEndpointBuilderFactory.WeatherApi.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WeatherEndpointBuilderFactory.WeatherApi[] |
WeatherEndpointBuilderFactory.WeatherApi.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder.weatherApi(WeatherEndpointBuilderFactory.WeatherApi 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.WeatherEndpointBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointBuilder.weatherApi(WeatherEndpointBuilderFactory.WeatherApi weatherApi)
The API to use (current, forecast/3 hour, forecast daily, station).
|
Apache Camel