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 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

      public String getSetting()
    • setSetting

      public void setSetting(String setting)