Uses of Interface
org.springframework.social.google.api.calendar.UpdateEventBuilder
-
Packages that use UpdateEventBuilder Package Description org.springframework.social.google.api.calendar Spring Social's Service APIs for Google Calendar.org.springframework.social.google.api.calendar.impl -
-
Uses of UpdateEventBuilder in org.springframework.social.google.api.calendar
Methods in org.springframework.social.google.api.calendar that return UpdateEventBuilder Modifier and Type Method Description UpdateEventBuilderUpdateEventBuilder. alwaysIncludeEmail(boolean alwaysIncludeEmail)UpdateEventBuilderUpdateEventBuilder. maxAttendees(int maxAttendees)UpdateEventBuilderUpdateEventBuilder. sendNotifications(boolean sendNotifications) -
Uses of UpdateEventBuilder in org.springframework.social.google.api.calendar.impl
Classes in org.springframework.social.google.api.calendar.impl that implement UpdateEventBuilder Modifier and Type Class Description classUpdateEventBuilderImplUpdateEventBuilderimplementation.Methods in org.springframework.social.google.api.calendar.impl that return UpdateEventBuilder Modifier and Type Method Description UpdateEventBuilderUpdateEventBuilderImpl. alwaysIncludeEmail(boolean alwaysIncludeEmail)UpdateEventBuilderUpdateEventBuilderImpl. maxAttendees(int maxAttendees)UpdateEventBuilderUpdateEventBuilderImpl. sendNotifications(boolean sendNotifications)
-