@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.twilio") public class TwilioComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Modifier and Type | Class and Description |
---|---|
static class |
TwilioComponentConfiguration.TwilioConfigurationNestedConfiguration |
Constructor and Description |
---|
TwilioComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
TwilioComponentConfiguration.TwilioConfigurationNestedConfiguration |
getConfiguration() |
Boolean |
getResolvePropertyPlaceholders() |
com.twilio.http.TwilioRestClient |
getRestClient() |
void |
setConfiguration(TwilioComponentConfiguration.TwilioConfigurationNestedConfiguration configuration) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
void |
setRestClient(com.twilio.http.TwilioRestClient restClient) |
public TwilioComponentConfiguration.TwilioConfigurationNestedConfiguration getConfiguration()
public void setConfiguration(TwilioComponentConfiguration.TwilioConfigurationNestedConfiguration configuration)
public com.twilio.http.TwilioRestClient getRestClient()
public void setRestClient(com.twilio.http.TwilioRestClient restClient)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel