Class CalendarCalendarsEndpointConfiguration

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

@ApiParams(apiName="calendars",description="The calendars collection of methods",apiMethods={@ApiMethod(methodName="clear",description="Clears a primary calendar",signatures="com.google.api.services.calendar.Calendar$Calendars$Clear clear(String calendarId)"),@ApiMethod(methodName="delete",description="Deletes a secondary calendar",signatures="com.google.api.services.calendar.Calendar$Calendars$Delete delete(String calendarId)"),@ApiMethod(methodName="get",description="Returns metadata for a calendar",signatures="com.google.api.services.calendar.Calendar$Calendars$Get get(String calendarId)"),@ApiMethod(methodName="insert",description="Creates a secondary calendar",signatures="com.google.api.services.calendar.Calendar$Calendars$Insert insert(com.google.api.services.calendar.model.Calendar content)"),@ApiMethod(methodName="patch",description="Updates metadata for a calendar",signatures="com.google.api.services.calendar.Calendar$Calendars$Patch patch(String calendarId, com.google.api.services.calendar.model.Calendar content)"),@ApiMethod(methodName="update",description="Updates metadata for a calendar",signatures="com.google.api.services.calendar.Calendar$Calendars$Update update(String calendarId, com.google.api.services.calendar.model.Calendar content)")},aliases={}) @UriParams @Configurer(extended=true) public final class CalendarCalendarsEndpointConfiguration extends GoogleCalendarConfiguration
Camel endpoint configuration for Calendar.Calendars.
  • Constructor Details

    • CalendarCalendarsEndpointConfiguration

      public CalendarCalendarsEndpointConfiguration()
  • Method Details

    • getCalendarId

      public String getCalendarId()
    • setCalendarId

      public void setCalendarId(String calendarId)
    • getContent

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

      public void setContent(com.google.api.services.calendar.model.Calendar content)