public static class GoogleCalendarStreamComponentConfiguration.GoogleCalendarStreamConfigurationNestedConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static Class |
CAMEL_NESTED_CLASS |
Constructor and Description |
---|
GoogleCalendarStreamConfigurationNestedConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getAccessToken() |
String |
getApplicationName() |
String |
getCalendarId() |
String |
getClientId() |
String |
getClientSecret() |
Boolean |
getConsiderLastUpdate() |
Boolean |
getConsumeFromNow() |
String |
getIndex() |
Integer |
getMaxResults() |
String |
getQuery() |
String |
getRefreshToken() |
List |
getScopes() |
void |
setAccessToken(String accessToken) |
void |
setApplicationName(String applicationName) |
void |
setCalendarId(String calendarId) |
void |
setClientId(String clientId) |
void |
setClientSecret(String clientSecret) |
void |
setConsiderLastUpdate(Boolean considerLastUpdate) |
void |
setConsumeFromNow(Boolean consumeFromNow) |
void |
setIndex(String index) |
void |
setMaxResults(Integer maxResults) |
void |
setQuery(String query) |
void |
setRefreshToken(String refreshToken) |
void |
setScopes(List scopes) |
public static final Class CAMEL_NESTED_CLASS
public GoogleCalendarStreamConfigurationNestedConfiguration()
public String getClientId()
public void setClientId(String clientId)
public String getClientSecret()
public void setClientSecret(String clientSecret)
public String getAccessToken()
public void setAccessToken(String accessToken)
public String getRefreshToken()
public void setRefreshToken(String refreshToken)
public String getApplicationName()
public void setApplicationName(String applicationName)
public List getScopes()
public void setScopes(List scopes)
public String getIndex()
public void setIndex(String index)
public String getQuery()
public void setQuery(String query)
public Integer getMaxResults()
public void setMaxResults(Integer maxResults)
public String getCalendarId()
public void setCalendarId(String calendarId)
public Boolean getConsumeFromNow()
public void setConsumeFromNow(Boolean consumeFromNow)
public Boolean getConsiderLastUpdate()
public void setConsiderLastUpdate(Boolean considerLastUpdate)
Apache Camel