@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.zendesk") public class ZendeskComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Modifier and Type | Class and Description |
---|---|
static class |
ZendeskComponentConfiguration.ZendeskConfigurationNestedConfiguration |
Constructor and Description |
---|
ZendeskComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
ZendeskComponentConfiguration.ZendeskConfigurationNestedConfiguration |
getConfiguration() |
Boolean |
getResolvePropertyPlaceholders() |
org.zendesk.client.v2.Zendesk |
getZendesk() |
void |
setConfiguration(ZendeskComponentConfiguration.ZendeskConfigurationNestedConfiguration configuration) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
void |
setZendesk(org.zendesk.client.v2.Zendesk zendesk) |
public ZendeskComponentConfiguration.ZendeskConfigurationNestedConfiguration getConfiguration()
public void setConfiguration(ZendeskComponentConfiguration.ZendeskConfigurationNestedConfiguration configuration)
public org.zendesk.client.v2.Zendesk getZendesk()
public void setZendesk(org.zendesk.client.v2.Zendesk zendesk)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel