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.WeatherUnits
WeatherEndpointBuilderFactory.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.WeatherEndpointBuilder
WeatherEndpointBuilderFactory.WeatherEndpointBuilder. units(WeatherEndpointBuilderFactory.WeatherUnits units)
The units for temperature measurement.default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder. units(WeatherEndpointBuilderFactory.WeatherUnits units)
The units for temperature measurement.default WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder
WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder. units(WeatherEndpointBuilderFactory.WeatherUnits units)
The units for temperature measurement.
-