public static class YammerComponentConfiguration.YammerConfigurationNestedConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static Class |
CAMEL_NESTED_CLASS |
Constructor and Description |
---|
YammerConfigurationNestedConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getAccessToken() |
String |
getConsumerKey() |
String |
getConsumerSecret() |
Long |
getDelay() |
String |
getFunction() |
org.apache.camel.component.yammer.YammerFunctionType |
getFunctionType() |
Integer |
getLimit() |
Integer |
getNewerThan() |
Integer |
getOlderThan() |
org.apache.camel.component.yammer.ApiRequestor |
getRequestor() |
String |
getThreaded() |
Boolean |
getUseJson() |
String |
getUserId() |
void |
setAccessToken(String accessToken) |
void |
setConsumerKey(String consumerKey) |
void |
setConsumerSecret(String consumerSecret) |
void |
setDelay(Long delay) |
void |
setFunction(String function) |
void |
setFunctionType(org.apache.camel.component.yammer.YammerFunctionType functionType) |
void |
setLimit(Integer limit) |
void |
setNewerThan(Integer newerThan) |
void |
setOlderThan(Integer olderThan) |
void |
setRequestor(org.apache.camel.component.yammer.ApiRequestor requestor) |
void |
setThreaded(String threaded) |
void |
setUseJson(Boolean useJson) |
void |
setUserId(String userId) |
public static final Class CAMEL_NESTED_CLASS
public YammerConfigurationNestedConfiguration()
public String getConsumerKey()
public void setConsumerKey(String consumerKey)
public String getConsumerSecret()
public void setConsumerSecret(String consumerSecret)
public Long getDelay()
public void setDelay(Long delay)
public String getAccessToken()
public void setAccessToken(String accessToken)
public org.apache.camel.component.yammer.YammerFunctionType getFunctionType()
public void setFunctionType(org.apache.camel.component.yammer.YammerFunctionType functionType)
public String getFunction()
public void setFunction(String function)
public Boolean getUseJson()
public void setUseJson(Boolean useJson)
public org.apache.camel.component.yammer.ApiRequestor getRequestor()
public void setRequestor(org.apache.camel.component.yammer.ApiRequestor requestor)
public Integer getLimit()
public void setLimit(Integer limit)
public Integer getOlderThan()
public void setOlderThan(Integer olderThan)
public Integer getNewerThan()
public void setNewerThan(Integer newerThan)
public String getThreaded()
public void setThreaded(String threaded)
public String getUserId()
public void setUserId(String userId)
Apache Camel