@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.yammer") public class YammerComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Modifier and Type | Class and Description |
---|---|
static class |
YammerComponentConfiguration.YammerConfigurationNestedConfiguration |
Constructor and Description |
---|
YammerComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getAccessToken() |
YammerComponentConfiguration.YammerConfigurationNestedConfiguration |
getConfig() |
String |
getConsumerKey() |
String |
getConsumerSecret() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setAccessToken(String accessToken) |
void |
setConfig(YammerComponentConfiguration.YammerConfigurationNestedConfiguration config) |
void |
setConsumerKey(String consumerKey) |
void |
setConsumerSecret(String consumerSecret) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
public String getConsumerKey()
public void setConsumerKey(String consumerKey)
public String getConsumerSecret()
public void setConsumerSecret(String consumerSecret)
public String getAccessToken()
public void setAccessToken(String accessToken)
public YammerComponentConfiguration.YammerConfigurationNestedConfiguration getConfig()
public void setConfig(YammerComponentConfiguration.YammerConfigurationNestedConfiguration config)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel