Class QuickAddEventBuilderImpl
- java.lang.Object
-
- org.springframework.social.google.api.query.impl.QueryBuilderImpl<Q,T>
-
- org.springframework.social.google.api.calendar.impl.UriQueryBuilderImpl<QuickAddEventBuilder,Event>
-
- org.springframework.social.google.api.calendar.impl.QuickAddEventBuilderImpl
-
- All Implemented Interfaces:
QuickAddEventBuilder,UriQueryBuilder<QuickAddEventBuilder,Event>,QueryBuilder<QuickAddEventBuilder,Event>
public class QuickAddEventBuilderImpl extends UriQueryBuilderImpl<QuickAddEventBuilder,Event> implements QuickAddEventBuilder
QuickAddEventBuilderimplementation.- Author:
- Martin Wink
-
-
Field Summary
-
Fields inherited from class org.springframework.social.google.api.query.impl.QueryBuilderImpl
feedUrl
-
-
Constructor Summary
Constructors Constructor Description QuickAddEventBuilderImpl(String urlTemplate, String calendarId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuickAddEventBuildersendNotifications(boolean sendNotifications)QuickAddEventBuildertext(String text)-
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
-
text
public QuickAddEventBuilder text(String text)
- Specified by:
textin interfaceQuickAddEventBuilder
-
sendNotifications
public QuickAddEventBuilder sendNotifications(boolean sendNotifications)
- Specified by:
sendNotificationsin interfaceQuickAddEventBuilder
-
-