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