Uses of Interface
org.springframework.social.google.api.calendar.UriQueryBuilder
-
Packages that use UriQueryBuilder 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 UriQueryBuilder in org.springframework.social.google.api.calendar
Classes in org.springframework.social.google.api.calendar with type parameters of type UriQueryBuilder Modifier and Type Interface Description interfaceUriQueryBuilder<Q extends UriQueryBuilder<?,T>,T>A super-interface for query builders where URIs are built instead of Strings.Subinterfaces of UriQueryBuilder in org.springframework.social.google.api.calendar Modifier and Type Interface Description interfaceDeleteEventBuilderInterface for constructing queries for deleting an event from a calendar, following the builder pattern.interfaceQuickAddEventBuilderInterface for constructing queries for adding a new event to a calendar, following the builder pattern.interfaceUpdateEventBuilderInterface for constructing queries for updating a existing event in a calendar, following the builder pattern. -
Uses of UriQueryBuilder in org.springframework.social.google.api.calendar.impl
Classes in org.springframework.social.google.api.calendar.impl with type parameters of type UriQueryBuilder Modifier and Type Class Description classUriQueryBuilderImpl<Q extends UriQueryBuilder<?,T>,T>UriQueryBuilderimplementation.Classes in org.springframework.social.google.api.calendar.impl that implement UriQueryBuilder Modifier and Type Class Description classCalendarGetQueryBuilderImplUriQueryBuilderImplsubclass for getting a single calendar.classDeleteEventBuilderImplDeleteEventBuilderimplementation.classEventGetQueryBuilderImplUriQueryBuilderImplsubclass for getting a single event.classQuickAddEventBuilderImplQuickAddEventBuilderimplementation.classUpdateEventBuilderImplUpdateEventBuilderimplementation.classUriQueryBuilderImpl<Q extends UriQueryBuilder<?,T>,T>UriQueryBuilderimplementation.
-