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.WeatherLanguage
WeatherEndpointBuilderFactory.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.WeatherEndpointBuilder
WeatherEndpointBuilderFactory.WeatherEndpointBuilder. language(WeatherEndpointBuilderFactory.WeatherLanguage language)
Language of the response.default WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder
WeatherEndpointBuilderFactory.WeatherEndpointConsumerBuilder. language(WeatherEndpointBuilderFactory.WeatherLanguage language)
Language of the response.default WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder
WeatherEndpointBuilderFactory.WeatherEndpointProducerBuilder. language(WeatherEndpointBuilderFactory.WeatherLanguage language)
Language of the response.
-