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.WeatherApiWeatherEndpointBuilderFactory.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.WeatherEndpointBuilderWeatherEndpointBuilderFactory.WeatherEndpointBuilder. weatherApi(WeatherEndpointBuilderFactory.WeatherApi weatherApi)The API to use (current, forecast/3 hour, forecast daily, station).default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilderWeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder. weatherApi(WeatherEndpointBuilderFactory.WeatherApi weatherApi)The API to use (current, forecast/3 hour, forecast daily, station).default WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilderWeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder. weatherApi(WeatherEndpointBuilderFactory.WeatherApi weatherApi)The API to use (current, forecast/3 hour, forecast daily, station).
-