Class DeleteEventBuilderImpl
- java.lang.Object
-
- org.springframework.social.google.api.query.impl.QueryBuilderImpl<Q,T>
-
- org.springframework.social.google.api.calendar.impl.UriQueryBuilderImpl<DeleteEventBuilder,Object>
-
- org.springframework.social.google.api.calendar.impl.DeleteEventBuilderImpl
-
- All Implemented Interfaces:
DeleteEventBuilder,UriQueryBuilder<DeleteEventBuilder,Object>,QueryBuilder<DeleteEventBuilder,Object>
public class DeleteEventBuilderImpl extends UriQueryBuilderImpl<DeleteEventBuilder,Object> implements DeleteEventBuilder
DeleteEventBuilderimplementation.- Author:
- Martin Wink
-
-
Field Summary
-
Fields inherited from class org.springframework.social.google.api.query.impl.QueryBuilderImpl
feedUrl
-
-
Constructor Summary
Constructors Constructor Description DeleteEventBuilderImpl(String urlTemplate, String calendarId, String eventId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteEventBuildersendNotifications(boolean sendNotifications)-
Methods inherited from class org.springframework.social.google.api.calendar.impl.UriQueryBuilderImpl
buildUri
-
Methods inherited from class org.springframework.social.google.api.query.impl.QueryBuilderImpl
appendQueryParam, appendQueryParam, appendQueryParam, appendQueryParam, appendQueryParam, appendQueryParam, build, castThis, encode, maxResultsNumber
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.springframework.social.google.api.query.QueryBuilder
maxResultsNumber
-
Methods inherited from interface org.springframework.social.google.api.calendar.UriQueryBuilder
buildUri
-
-
-
-
Method Detail
-
sendNotifications
public DeleteEventBuilder sendNotifications(boolean sendNotifications)
- Specified by:
sendNotificationsin interfaceDeleteEventBuilder
-
-