public static class GoogleSheetsComponentConfiguration.GoogleSheetsConfigurationNestedConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static Class |
CAMEL_NESTED_CLASS |
Constructor and Description |
---|
GoogleSheetsConfigurationNestedConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getAccessToken() |
org.apache.camel.component.google.sheets.internal.GoogleSheetsApiName |
getApiName() |
String |
getApplicationName() |
String |
getClientId() |
String |
getClientSecret() |
String |
getMethodName() |
String |
getRefreshToken() |
void |
setAccessToken(String accessToken) |
void |
setApiName(org.apache.camel.component.google.sheets.internal.GoogleSheetsApiName apiName) |
void |
setApplicationName(String applicationName) |
void |
setClientId(String clientId) |
void |
setClientSecret(String clientSecret) |
void |
setMethodName(String methodName) |
void |
setRefreshToken(String refreshToken) |
public static final Class CAMEL_NESTED_CLASS
public GoogleSheetsConfigurationNestedConfiguration()
public org.apache.camel.component.google.sheets.internal.GoogleSheetsApiName getApiName()
public void setApiName(org.apache.camel.component.google.sheets.internal.GoogleSheetsApiName apiName)
public String getMethodName()
public void setMethodName(String methodName)
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)
Apache Camel