Class CalendarCalendarListEndpointConfiguration

java.lang.Object
org.apache.camel.component.google.calendar.GoogleCalendarConfiguration
org.apache.camel.component.google.calendar.CalendarCalendarListEndpointConfiguration

@ApiParams(apiName="list",description="The calendarList collection of methods",apiMethods={@ApiMethod(methodName="delete",description="Removes a calendar from the user\'s calendar list",signatures="com.google.api.services.calendar.Calendar$CalendarList$Delete delete(String calendarId)"),@ApiMethod(methodName="get",description="Returns a calendar from the user\'s calendar list",signatures="com.google.api.services.calendar.Calendar$CalendarList$Get get(String calendarId)"),@ApiMethod(methodName="insert",description="Inserts an existing calendar into the user\'s calendar list",signatures="com.google.api.services.calendar.Calendar$CalendarList$Insert insert(com.google.api.services.calendar.model.CalendarListEntry content)"),@ApiMethod(methodName="list",description="Returns the calendars on the user\'s calendar list",signatures="com.google.api.services.calendar.Calendar$CalendarList$List list()"),@ApiMethod(methodName="patch",description="Updates an existing calendar on the user\'s calendar list",signatures="com.google.api.services.calendar.Calendar$CalendarList$Patch patch(String calendarId, com.google.api.services.calendar.model.CalendarListEntry content)"),@ApiMethod(methodName="update",description="Updates an existing calendar on the user\'s calendar list",signatures="com.google.api.services.calendar.Calendar$CalendarList$Update update(String calendarId, com.google.api.services.calendar.model.CalendarListEntry content)"),@ApiMethod(methodName="watch",description="Watch for changes to CalendarList resources",signatures="com.google.api.services.calendar.Calendar$CalendarList$Watch watch(com.google.api.services.calendar.model.Channel content)")},aliases={}) @UriParams @Configurer(extended=true) public final class CalendarCalendarListEndpointConfiguration extends GoogleCalendarConfiguration
Camel endpoint configuration for Calendar.CalendarList.
  • Constructor Details

    • CalendarCalendarListEndpointConfiguration

      public CalendarCalendarListEndpointConfiguration()
  • Method Details

    • getCalendarId

      public String getCalendarId()
    • setCalendarId

      public void setCalendarId(String calendarId)
    • getContent

      public com.google.api.services.calendar.model.CalendarListEntry getContent()
    • setContent

      public void setContent(com.google.api.services.calendar.model.CalendarListEntry content)
    • getContentChannel

      public com.google.api.services.calendar.model.Channel getContentChannel()
    • setContentChannel

      public void setContentChannel(com.google.api.services.calendar.model.Channel contentChannel)