Constructor and Description |
---|
GoogleCalendarStreamConfiguration() |
Modifier and Type | Method and Description |
---|---|
GoogleCalendarStreamConfiguration |
copy() |
String |
getAccessToken() |
String |
getApplicationName() |
String |
getCalendarId() |
String |
getClientId() |
String |
getClientSecret() |
String |
getIndex() |
int |
getMaxResults() |
String |
getQuery() |
String |
getRefreshToken() |
List<String> |
getScopes() |
boolean |
isConsiderLastUpdate() |
boolean |
isConsumeFromNow() |
void |
setAccessToken(String accessToken)
OAuth 2 access token.
|
void |
setApplicationName(String applicationName)
Google Calendar application name.
|
void |
setCalendarId(String calendarId)
The calendarId to be used
|
void |
setClientId(String clientId)
Client ID of the calendar application
|
void |
setClientSecret(String clientSecret)
Client secret of the calendar application
|
void |
setConsiderLastUpdate(boolean considerLastUpdate)
Take into account the lastUpdate of the last event polled as start date for the next poll
|
void |
setConsumeFromNow(boolean consumeFromNow)
Consume events in the selected calendar from now on
|
void |
setIndex(String index)
Specifies an index for the endpoint
|
void |
setMaxResults(int maxResults)
Max results to be returned
|
void |
setQuery(String query)
The query to execute on calendar
|
void |
setRefreshToken(String refreshToken)
OAuth 2 refresh token.
|
void |
setScopes(List<String> scopes)
Specifies the level of permissions you want a calendar application to have to
a user account.
|
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 void setScopes(List<String> scopes)
public String getIndex()
public void setIndex(String index)
public String getQuery()
public void setQuery(String query)
public int getMaxResults()
public void setMaxResults(int maxResults)
public String getCalendarId()
public void setCalendarId(String calendarId)
public boolean isConsumeFromNow()
public void setConsumeFromNow(boolean consumeFromNow)
public boolean isConsiderLastUpdate()
public void setConsiderLastUpdate(boolean considerLastUpdate)
public GoogleCalendarStreamConfiguration copy()
Apache Camel