Uses of Class
org.apache.camel.builder.endpoint.dsl.WeatherEndpointBuilderFactory.WeatherApi
-
Packages that use WeatherEndpointBuilderFactory.WeatherApi Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of WeatherEndpointBuilderFactory.WeatherApi in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return WeatherEndpointBuilderFactory.WeatherApi Modifier and Type Method 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.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type WeatherEndpointBuilderFactory.WeatherApi Modifier and Type Method Description default WeatherEndpointBuilderFactory.WeatherEndpointBuilder
WeatherEndpointBuilderFactory.WeatherEndpointBuilder. weatherApi(WeatherEndpointBuilderFactory.WeatherApi weatherApi)
The API to use (current, forecast/3 hour, forecast daily, station).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).
-