Class CalendarSettingsEndpointConfiguration
java.lang.Object
org.apache.camel.component.google.calendar.GoogleCalendarConfiguration
org.apache.camel.component.google.calendar.CalendarSettingsEndpointConfiguration
@ApiParams(apiName="settings",description="The settings collection of methods",apiMethods={@ApiMethod(methodName="get",description="Returns a single user setting",signatures="com.google.api.services.calendar.Calendar$Settings$Get get(String setting)"),@ApiMethod(methodName="list",description="Returns all user settings for the authenticated user",signatures="com.google.api.services.calendar.Calendar$Settings$List list()"),@ApiMethod(methodName="watch",description="Watch for changes to Settings resources",signatures="com.google.api.services.calendar.Calendar$Settings$Watch watch(com.google.api.services.calendar.model.Channel content)")},aliases={})
@UriParams
@Configurer(extended=true)
public final class CalendarSettingsEndpointConfiguration
extends GoogleCalendarConfiguration
Camel endpoint configuration for
Calendar.Settings.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.api.services.calendar.model.ChannelvoidsetContentChannel(com.google.api.services.calendar.model.Channel contentChannel) voidsetSetting(String setting) Methods inherited from class org.apache.camel.component.google.calendar.GoogleCalendarConfiguration
getAccessToken, getApiName, getApplicationName, getClientId, getClientSecret, getDelegate, getEmailAddress, getMethodName, getP12FileName, getRefreshToken, getScopes, getServiceAccountKey, getUser, setAccessToken, setApiName, setApplicationName, setClientId, setClientSecret, setDelegate, setEmailAddress, setMethodName, setP12FileName, setRefreshToken, setScopes, setServiceAccountKey, setUser
-
Constructor Details
-
CalendarSettingsEndpointConfiguration
public CalendarSettingsEndpointConfiguration()
-
-
Method Details
-
getContentChannel
public com.google.api.services.calendar.model.Channel getContentChannel() -
setContentChannel
public void setContentChannel(com.google.api.services.calendar.model.Channel contentChannel) -
getSetting
-
setSetting
-