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)
    • getMaxResults

      public Integer getMaxResults()
    • setMaxResults

      public void setMaxResults(Integer maxResults)
    • getPageToken

      public String getPageToken()
    • setPageToken

      public void setPageToken(String pageToken)
    • getSetting

      public String getSetting()
    • setSetting

      public void setSetting(String setting)
    • getSyncToken

      public String getSyncToken()
    • setSyncToken

      public void setSyncToken(String syncToken)