Class UpdateEventBuilderImpl
- java.lang.Object
-
- org.springframework.social.google.api.query.impl.QueryBuilderImpl<Q,T>
-
- org.springframework.social.google.api.calendar.impl.UriQueryBuilderImpl<UpdateEventBuilder,Object>
-
- org.springframework.social.google.api.calendar.impl.UpdateEventBuilderImpl
-
- All Implemented Interfaces:
UpdateEventBuilder,UriQueryBuilder<UpdateEventBuilder,Object>,QueryBuilder<UpdateEventBuilder,Object>
public class UpdateEventBuilderImpl extends UriQueryBuilderImpl<UpdateEventBuilder,Object> implements UpdateEventBuilder
UpdateEventBuilderimplementation.- Author:
- Martin Wink
-
-
Field Summary
-
Fields inherited from class org.springframework.social.google.api.query.impl.QueryBuilderImpl
feedUrl
-
-
Constructor Summary
Constructors Constructor Description UpdateEventBuilderImpl(String urlTemplate, String calendarId, String eventId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateEventBuilderalwaysIncludeEmail(boolean alwaysIncludeEmail)UpdateEventBuildermaxAttendees(int maxAttendees)UpdateEventBuildersendNotifications(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
-
alwaysIncludeEmail
public UpdateEventBuilder alwaysIncludeEmail(boolean alwaysIncludeEmail)
- Specified by:
alwaysIncludeEmailin interfaceUpdateEventBuilder
-
maxAttendees
public UpdateEventBuilder maxAttendees(int maxAttendees)
- Specified by:
maxAttendeesin interfaceUpdateEventBuilder
-
sendNotifications
public UpdateEventBuilder sendNotifications(boolean sendNotifications)
- Specified by:
sendNotificationsin interfaceUpdateEventBuilder
-
-