Uses of Interface
org.springframework.social.google.api.query.QueryBuilder
-
Packages that use QueryBuilder Package Description org.springframework.social.google.api.calendar Spring Social's Service APIs for Google Calendar.org.springframework.social.google.api.calendar.impl org.springframework.social.google.api.drive Spring Social's Service APIs for Google Driveorg.springframework.social.google.api.drive.impl org.springframework.social.google.api.plus Spring Social's Service APIs for Google+org.springframework.social.google.api.plus.impl org.springframework.social.google.api.plus.moments Spring Social's Service APIs for Google+ Moments (App Activities)org.springframework.social.google.api.plus.moments.impl org.springframework.social.google.api.query org.springframework.social.google.api.query.impl org.springframework.social.google.api.tasks Spring Social's Service APIs for Google Tasks -
-
Uses of QueryBuilder in org.springframework.social.google.api.calendar
Subinterfaces of QueryBuilder in org.springframework.social.google.api.calendar Modifier and Type Interface Description interfaceCalendarListQueryBuilderConstructs queries for listing the accessible calendars, following the builder pattern.interfaceDeleteEventBuilderInterface for constructing queries for deleting an event from a calendar, following the builder pattern.interfaceEventListQueryBuilderConstructs queries for listing the events in 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.interfaceUriQueryBuilder<Q extends UriQueryBuilder<?,T>,T>A super-interface for query builders where URIs are built instead of Strings. -
Uses of QueryBuilder in org.springframework.social.google.api.calendar.impl
Classes in org.springframework.social.google.api.calendar.impl that implement QueryBuilder Modifier and Type Class Description classCalendarGetQueryBuilderImplUriQueryBuilderImplsubclass for getting a single calendar.classCalendarListQueryBuilderImplCalendarListQueryBuilderimplementation.classDeleteEventBuilderImplDeleteEventBuilderimplementation.classEventGetQueryBuilderImplUriQueryBuilderImplsubclass for getting a single event.classEventListQueryBuilderImplEventListQueryBuilderimplementation.classQuickAddEventBuilderImplQuickAddEventBuilderimplementation.classUpdateEventBuilderImplUpdateEventBuilderimplementation.classUriQueryBuilderImpl<Q extends UriQueryBuilder<?,T>,T>UriQueryBuilderimplementation. -
Uses of QueryBuilder in org.springframework.social.google.api.drive
Subinterfaces of QueryBuilder in org.springframework.social.google.api.drive Modifier and Type Interface Description interfaceDriveFileQueryBuilderinterfaceFileCommentQueryBuilder -
Uses of QueryBuilder in org.springframework.social.google.api.drive.impl
Classes in org.springframework.social.google.api.drive.impl that implement QueryBuilder Modifier and Type Class Description classFileCommentQueryBuilderImplFileCommentQueryBuilderimplementation. -
Uses of QueryBuilder in org.springframework.social.google.api.plus
Subinterfaces of QueryBuilder in org.springframework.social.google.api.plus Modifier and Type Interface Description interfaceActivityQueryBuilderAQueryBuilderforActivityinterfacePersonQueryBuilderQueryBuilderforPerson. -
Uses of QueryBuilder in org.springframework.social.google.api.plus.impl
Classes in org.springframework.social.google.api.plus.impl that implement QueryBuilder Modifier and Type Class Description classActivityQueryBuilderImplActivityQueryBuilderimplementation.classPersonQueryBuilderImplPersonQueryBuilderimplementation. -
Uses of QueryBuilder in org.springframework.social.google.api.plus.moments
Subinterfaces of QueryBuilder in org.springframework.social.google.api.plus.moments Modifier and Type Interface Description interfaceMomentQueryBuilderQueryBuilderforMoment. -
Uses of QueryBuilder in org.springframework.social.google.api.plus.moments.impl
Classes in org.springframework.social.google.api.plus.moments.impl that implement QueryBuilder Modifier and Type Class Description classMomentQueryBuilderImplMomentQueryBuilderimplementation. -
Uses of QueryBuilder in org.springframework.social.google.api.query
Classes in org.springframework.social.google.api.query with type parameters of type QueryBuilder Modifier and Type Interface Description interfaceQueryBuilder<Q extends QueryBuilder<?,T>,T>A super-interface for API-specific query builders.Subinterfaces of QueryBuilder in org.springframework.social.google.api.query Modifier and Type Interface Description interfaceApiQueryBuilder<Q extends ApiQueryBuilder<?,T>,T extends ApiPage<?>>QueryBuilderextension for Google+. -
Uses of QueryBuilder in org.springframework.social.google.api.query.impl
Classes in org.springframework.social.google.api.query.impl with type parameters of type QueryBuilder Modifier and Type Class Description classQueryBuilderImpl<Q extends QueryBuilder<?,T>,T>Abstract superclass forQueryBuilderimplementations.Classes in org.springframework.social.google.api.query.impl that implement QueryBuilder Modifier and Type Class Description classApiQueryBuilderImpl<Q extends ApiQueryBuilder<?,T>,T extends ApiPage<?>>Abstract superclass forQueryBuilderimplementations that query Google+.classQueryBuilderImpl<Q extends QueryBuilder<?,T>,T>Abstract superclass forQueryBuilderimplementations. -
Uses of QueryBuilder in org.springframework.social.google.api.tasks
Subinterfaces of QueryBuilder in org.springframework.social.google.api.tasks Modifier and Type Interface Description interfaceTaskListQueryBuilderQueryBuilderforTaskListinterfaceTaskQueryBuilderQueryBuilderforTask
-