@UriParams public class GoogleCalendarConfiguration extends Object
Constructor and Description |
---|
GoogleCalendarConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getAccessToken() |
GoogleCalendarApiName |
getApiName() |
String |
getApplicationName() |
String |
getClientId() |
String |
getClientSecret() |
String |
getEmailAddress() |
String |
getMethodName() |
String |
getP12FileName() |
String |
getRefreshToken() |
String |
getScopes() |
String |
getUser() |
void |
setAccessToken(String accessToken)
OAuth 2 access token.
|
void |
setApiName(GoogleCalendarApiName apiName)
What kind of operation to perform
|
void |
setApplicationName(String applicationName)
Google calendar application name.
|
void |
setClientId(String clientId)
Client ID of the calendar application
|
void |
setClientSecret(String clientSecret)
Client secret of the calendar application
|
void |
setEmailAddress(String emailAddress)
The emailAddress of the Google Service Account.
|
void |
setMethodName(String methodName)
What sub operation to use for the selected operation
|
void |
setP12FileName(String p12FileName)
The name of the p12 file which has the private key to use with the Google Service Account.
|
void |
setRefreshToken(String refreshToken)
OAuth 2 refresh token.
|
void |
setScopes(String scopes)
Specifies the level of permissions you want a calendar application to have to a user account.
|
void |
setUser(String user)
The email address of the user the application is trying to impersonate in the service account flow
|
public GoogleCalendarApiName getApiName()
public void setApiName(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