Uses of Class
org.apache.camel.builder.endpoint.dsl.WeatherEndpointBuilderFactory.WeatherMode
-
Packages that use WeatherEndpointBuilderFactory.WeatherMode Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of WeatherEndpointBuilderFactory.WeatherMode in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return WeatherEndpointBuilderFactory.WeatherMode Modifier and Type Method Description static WeatherEndpointBuilderFactory.WeatherModeWeatherEndpointBuilderFactory.WeatherMode. valueOf(String name)Returns the enum constant of this type with the specified name.static WeatherEndpointBuilderFactory.WeatherMode[]WeatherEndpointBuilderFactory.WeatherMode. 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.WeatherMode Modifier and Type Method Description default WeatherEndpointBuilderFactory.WeatherEndpointBuilderWeatherEndpointBuilderFactory.WeatherEndpointBuilder. mode(WeatherEndpointBuilderFactory.WeatherMode mode)The output format of the weather data.default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilderWeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder. mode(WeatherEndpointBuilderFactory.WeatherMode mode)The output format of the weather data.default WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilderWeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder. mode(WeatherEndpointBuilderFactory.WeatherMode mode)The output format of the weather data.
-