public static class GoogleMailStreamComponentConfiguration.GoogleMailStreamConfigurationNestedConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static Class |
CAMEL_NESTED_CLASS |
Constructor and Description |
---|
GoogleMailStreamConfigurationNestedConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getAccessToken() |
String |
getApplicationName() |
String |
getClientId() |
String |
getClientSecret() |
String |
getIndex() |
String |
getLabels() |
Boolean |
getMarkAsRead() |
Long |
getMaxResults() |
String |
getQuery() |
String |
getRefreshToken() |
List |
getScopes() |
void |
setAccessToken(String accessToken) |
void |
setApplicationName(String applicationName) |
void |
setClientId(String clientId) |
void |
setClientSecret(String clientSecret) |
void |
setIndex(String index) |
void |
setLabels(String labels) |
void |
setMarkAsRead(Boolean markAsRead) |
void |
setMaxResults(Long maxResults) |
void |
setQuery(String query) |
void |
setRefreshToken(String refreshToken) |
void |
setScopes(List scopes) |
public static final Class CAMEL_NESTED_CLASS
public GoogleMailStreamConfigurationNestedConfiguration()
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 Long getMaxResults()
public void setMaxResults(Long maxResults)
public String getLabels()
public void setLabels(String labels)
public Boolean getMarkAsRead()
public void setMarkAsRead(Boolean markAsRead)
Apache Camel