| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
default WeatherEndpointBuilderFactory.WeatherEndpointBuilder |
WeatherEndpointBuilderFactory.WeatherEndpointBuilder.language(WeatherEndpointBuilderFactory.WeatherLanguage language)
Language of the response.
|
Apache Camel