Class CalendarEventsEndpointConfiguration

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

@ApiParams(apiName="events",description="The events collection of methods",apiMethods={@ApiMethod(methodName="calendarImport",description="Imports an event",signatures="com.google.api.services.calendar.Calendar$Events$CalendarImport calendarImport(String calendarId, com.google.api.services.calendar.model.Event content)"),@ApiMethod(methodName="delete",description="Deletes an event",signatures="com.google.api.services.calendar.Calendar$Events$Delete delete(String calendarId, String eventId)"),@ApiMethod(methodName="get",description="Returns an event based on its Google Calendar ID",signatures="com.google.api.services.calendar.Calendar$Events$Get get(String calendarId, String eventId)"),@ApiMethod(methodName="insert",description="Creates an event",signatures="com.google.api.services.calendar.Calendar$Events$Insert insert(String calendarId, com.google.api.services.calendar.model.Event content)"),@ApiMethod(methodName="instances",description="Returns instances of the specified recurring event",signatures="com.google.api.services.calendar.Calendar$Events$Instances instances(String calendarId, String eventId)"),@ApiMethod(methodName="list",description="Returns events on the specified calendar",signatures="com.google.api.services.calendar.Calendar$Events$List list(String calendarId)"),@ApiMethod(methodName="move",description="Moves an event to another calendar, i",signatures="com.google.api.services.calendar.Calendar$Events$Move move(String calendarId, String eventId, String destination)"),@ApiMethod(methodName="patch",description="Updates an event",signatures="com.google.api.services.calendar.Calendar$Events$Patch patch(String calendarId, String eventId, com.google.api.services.calendar.model.Event content)"),@ApiMethod(methodName="quickAdd",description="Creates an event based on a simple text string",signatures="com.google.api.services.calendar.Calendar$Events$QuickAdd quickAdd(String calendarId, String text)"),@ApiMethod(methodName="update",description="Updates an event",signatures="com.google.api.services.calendar.Calendar$Events$Update update(String calendarId, String eventId, com.google.api.services.calendar.model.Event content)"),@ApiMethod(methodName="watch",description="Watch for changes to Events resources",signatures="com.google.api.services.calendar.Calendar$Events$Watch watch(String calendarId, com.google.api.services.calendar.model.Channel content)")},aliases={}) @UriParams @Configurer(extended=true) public final class CalendarEventsEndpointConfiguration extends GoogleCalendarConfiguration
Camel endpoint configuration for Calendar.Events.
  • Constructor Details

    • CalendarEventsEndpointConfiguration

      public CalendarEventsEndpointConfiguration()
  • Method Details

    • getCalendarId

      public String getCalendarId()
    • setCalendarId

      public void setCalendarId(String calendarId)
    • getContent

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

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

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

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

      public String getDestination()
    • setDestination

      public void setDestination(String destination)
    • getEventId

      public String getEventId()
    • setEventId

      public void setEventId(String eventId)
    • getText

      public String getText()
    • setText

      public void setText(String text)