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