Class CalendarAclEndpointConfiguration
java.lang.Object
org.apache.camel.component.google.calendar.GoogleCalendarConfiguration
org.apache.camel.component.google.calendar.CalendarAclEndpointConfiguration
@ApiParams(apiName="acl",description="The acl collection of methods",apiMethods={@ApiMethod(methodName="delete",description="Deletes an access control rule",signatures="com.google.api.services.calendar.Calendar$Acl$Delete delete(String calendarId, String ruleId)"),@ApiMethod(methodName="get",description="Returns an access control rule",signatures="com.google.api.services.calendar.Calendar$Acl$Get get(String calendarId, String ruleId)"),@ApiMethod(methodName="insert",description="Creates an access control rule",signatures="com.google.api.services.calendar.Calendar$Acl$Insert insert(String calendarId, com.google.api.services.calendar.model.AclRule content)"),@ApiMethod(methodName="list",description="Returns the rules in the access control list for the calendar",signatures="com.google.api.services.calendar.Calendar$Acl$List list(String calendarId)"),@ApiMethod(methodName="patch",description="Updates an access control rule",signatures="com.google.api.services.calendar.Calendar$Acl$Patch patch(String calendarId, String ruleId, com.google.api.services.calendar.model.AclRule content)"),@ApiMethod(methodName="update",description="Updates an access control rule",signatures="com.google.api.services.calendar.Calendar$Acl$Update update(String calendarId, String ruleId, com.google.api.services.calendar.model.AclRule content)"),@ApiMethod(methodName="watch",description="Watch for changes to ACL resources",signatures="com.google.api.services.calendar.Calendar$Acl$Watch watch(String calendarId, com.google.api.services.calendar.model.Channel content)")},aliases={})
@UriParams
@Configurer(extended=true)
public final class CalendarAclEndpointConfiguration
extends GoogleCalendarConfiguration
Camel endpoint configuration for
Calendar.Acl.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.api.services.calendar.model.AclRulecom.google.api.services.calendar.model.ChannelvoidsetCalendarId(String calendarId) voidsetContent(com.google.api.services.calendar.model.AclRule content) voidsetContentChannel(com.google.api.services.calendar.model.Channel contentChannel) voidMethods inherited from class org.apache.camel.component.google.calendar.GoogleCalendarConfiguration
getAccessToken, getApiName, getApplicationName, getClientId, getClientSecret, getDelegate, getEmailAddress, getMethodName, getP12FileName, getRefreshToken, getScopes, getServiceAccountKey, getUser, setAccessToken, setApiName, setApplicationName, setClientId, setClientSecret, setDelegate, setEmailAddress, setMethodName, setP12FileName, setRefreshToken, setScopes, setServiceAccountKey, setUser
-
Constructor Details
-
CalendarAclEndpointConfiguration
public CalendarAclEndpointConfiguration()
-
-
Method Details
-
getCalendarId
-
setCalendarId
-
getContent
public com.google.api.services.calendar.model.AclRule getContent() -
setContent
public void setContent(com.google.api.services.calendar.model.AclRule content) -
getContentChannel
public com.google.api.services.calendar.model.Channel getContentChannel() -
setContentChannel
public void setContentChannel(com.google.api.services.calendar.model.Channel contentChannel) -
getRuleId
-
setRuleId
-