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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.api.services.calendar.model.Eventcom.google.api.services.calendar.model.ChannelgetQ()getText()com.google.api.client.util.DateTimecom.google.api.client.util.DateTimecom.google.api.client.util.DateTimevoidsetAlwaysIncludeEmail(Boolean alwaysIncludeEmail) voidsetCalendarId(String calendarId) voidsetConferenceDataVersion(Integer conferenceDataVersion) voidsetContent(com.google.api.services.calendar.model.Event content) voidsetContentChannel(com.google.api.services.calendar.model.Channel contentChannel) voidsetDestination(String destination) voidsetEventId(String eventId) voidsetEventTypes(List eventTypes) voidsetICalUID(String iCalUID) voidsetMaxAttendees(Integer maxAttendees) voidsetMaxResults(Integer maxResults) voidsetOrderBy(String orderBy) voidsetOriginalStart(String originalStart) voidsetPageToken(String pageToken) voidsetPrivateExtendedProperty(List privateExtendedProperty) voidvoidsetSendNotifications(Boolean sendNotifications) voidsetSendUpdates(String sendUpdates) voidsetSharedExtendedProperty(List sharedExtendedProperty) voidsetShowDeleted(Boolean showDeleted) voidsetShowHiddenInvitations(Boolean showHiddenInvitations) voidsetSingleEvents(Boolean singleEvents) voidsetSupportsAttachments(Boolean supportsAttachments) voidsetSyncToken(String syncToken) voidvoidsetTimeMax(com.google.api.client.util.DateTime timeMax) voidsetTimeMin(com.google.api.client.util.DateTime timeMin) voidsetTimeZone(String timeZone) voidsetUpdatedMin(com.google.api.client.util.DateTime updatedMin) Methods inherited from class org.apache.camel.component.google.calendar.GoogleCalendarConfiguration
getAccessToken, getApiName, getApplicationName, getClientId, getClientSecret, getDelegate, getEmailAddress, getMethodName, getP12FileName, getRefreshToken, getScopes, getScopesAsList, getServiceAccountKey, getUser, setAccessToken, setApiName, setApplicationName, setClientId, setClientSecret, setDelegate, setEmailAddress, setMethodName, setP12FileName, setRefreshToken, setScopes, setServiceAccountKey, setUser
-
Constructor Details
-
CalendarEventsEndpointConfiguration
public CalendarEventsEndpointConfiguration()
-
-
Method Details
-
getAlwaysIncludeEmail
-
setAlwaysIncludeEmail
-
getCalendarId
-
setCalendarId
-
getConferenceDataVersion
-
setConferenceDataVersion
-
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
-
setDestination
-
getEventId
-
setEventId
-
getEventTypes
-
setEventTypes
-
getICalUID
-
setICalUID
-
getMaxAttendees
-
setMaxAttendees
-
getMaxResults
-
setMaxResults
-
getOrderBy
-
setOrderBy
-
getOriginalStart
-
setOriginalStart
-
getPageToken
-
setPageToken
-
getPrivateExtendedProperty
-
setPrivateExtendedProperty
-
getQ
-
setQ
-
getSendNotifications
-
setSendNotifications
-
getSendUpdates
-
setSendUpdates
-
getShowDeleted
-
setShowDeleted
-
getShowHiddenInvitations
-
setShowHiddenInvitations
-
getSingleEvents
-
setSingleEvents
-
getSupportsAttachments
-
setSupportsAttachments
-
getSyncToken
-
setSyncToken
-
getText
-
setText
-
getTimeMax
public com.google.api.client.util.DateTime getTimeMax() -
setTimeMax
public void setTimeMax(com.google.api.client.util.DateTime timeMax) -
getTimeMin
public com.google.api.client.util.DateTime getTimeMin() -
setTimeMin
public void setTimeMin(com.google.api.client.util.DateTime timeMin) -
getTimeZone
-
setTimeZone
-
getUpdatedMin
public com.google.api.client.util.DateTime getUpdatedMin() -
setUpdatedMin
public void setUpdatedMin(com.google.api.client.util.DateTime updatedMin)
-