public static class GoogleCalendarComponentConfiguration.GoogleCalendarConfigurationNestedConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static Class |
CAMEL_NESTED_CLASS |
Constructor and Description |
---|
GoogleCalendarConfigurationNestedConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getAccessToken() |
org.apache.camel.component.google.calendar.internal.GoogleCalendarApiName |
getApiName() |
String |
getApplicationName() |
String |
getClientId() |
String |
getClientSecret() |
String |
getEmailAddress() |
String |
getMethodName() |
String |
getP12FileName() |
String |
getRefreshToken() |
String |
getScopes() |
String |
getUser() |
void |
setAccessToken(String accessToken) |
void |
setApiName(org.apache.camel.component.google.calendar.internal.GoogleCalendarApiName apiName) |
void |
setApplicationName(String applicationName) |
void |
setClientId(String clientId) |
void |
setClientSecret(String clientSecret) |
void |
setEmailAddress(String emailAddress) |
void |
setMethodName(String methodName) |
void |
setP12FileName(String p12FileName) |
void |
setRefreshToken(String refreshToken) |
void |
setScopes(String scopes) |
void |
setUser(String user) |
public static final Class CAMEL_NESTED_CLASS
public GoogleCalendarConfigurationNestedConfiguration()
public org.apache.camel.component.google.calendar.internal.GoogleCalendarApiName getApiName()
public void setApiName(org.apache.camel.component.google.calendar.internal.GoogleCalendarApiName apiName)
public String getMethodName()
public void setMethodName(String methodName)
public String getClientId()
public void setClientId(String clientId)
public String getEmailAddress()
public void setEmailAddress(String emailAddress)
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 String getScopes()
public void setScopes(String scopes)
public String getP12FileName()
public void setP12FileName(String p12FileName)
public String getUser()
public void setUser(String user)
Apache Camel