@UriParams public final class CalendarEventsEndpointConfiguration extends GoogleCalendarConfiguration
| Constructor and Description |
|---|
CalendarEventsEndpointConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCalendarId() |
com.google.api.services.calendar.model.Event |
getContent() |
com.google.api.services.calendar.model.Channel |
getContentChannel() |
String |
getDestination() |
String |
getEventId() |
String |
getText() |
void |
setCalendarId(String calendarId) |
void |
setContent(com.google.api.services.calendar.model.Event content) |
void |
setContentChannel(com.google.api.services.calendar.model.Channel contentChannel) |
void |
setDestination(String destination) |
void |
setEventId(String eventId) |
void |
setText(String text) |
getAccessToken, getApiName, getApplicationName, getClientId, getClientSecret, getMethodName, getRefreshToken, getScopes, setAccessToken, setApiName, setApplicationName, setClientId, setClientSecret, setMethodName, setRefreshToken, setScopespublic String getCalendarId()
public void setCalendarId(String calendarId)
public com.google.api.services.calendar.model.Event getContent()
public void setContent(com.google.api.services.calendar.model.Event content)
public com.google.api.services.calendar.model.Channel getContentChannel()
public void setContentChannel(com.google.api.services.calendar.model.Channel contentChannel)
public String getDestination()
public void setDestination(String destination)
public String getEventId()
public void setEventId(String eventId)
public String getText()
public void setText(String text)
Apache Camel