Uses of Class
org.springframework.social.google.api.query.ApiPage
-
Packages that use ApiPage Package Description org.springframework.social.google.api.calendar Spring Social's Service APIs for Google Calendar.org.springframework.social.google.api.drive Spring Social's Service APIs for Google Driveorg.springframework.social.google.api.plus Spring Social's Service APIs for Google+org.springframework.social.google.api.plus.moments Spring Social's Service APIs for Google+ Moments (App Activities)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 ApiPage in org.springframework.social.google.api.calendar
Subclasses of ApiPage in org.springframework.social.google.api.calendar Modifier and Type Class Description classCalendarPageclassEventPage -
Uses of ApiPage in org.springframework.social.google.api.drive
Subclasses of ApiPage in org.springframework.social.google.api.drive Modifier and Type Class Description classDriveFilesPageclassFileCommentsPage -
Uses of ApiPage in org.springframework.social.google.api.plus
Subclasses of ApiPage in org.springframework.social.google.api.plus Modifier and Type Class Description classActivitiesPageclassActivityCommentsPageApiPageforActivityCommentpagination result.classPeoplePage -
Uses of ApiPage in org.springframework.social.google.api.plus.moments
Subclasses of ApiPage in org.springframework.social.google.api.plus.moments Modifier and Type Class Description classMomentsPage -
Uses of ApiPage in org.springframework.social.google.api.query
Classes in org.springframework.social.google.api.query with type parameters of type ApiPage Modifier and Type Interface Description interfaceApiQueryBuilder<Q extends ApiQueryBuilder<?,T>,T extends ApiPage<?>>QueryBuilderextension for Google+. -
Uses of ApiPage in org.springframework.social.google.api.query.impl
Classes in org.springframework.social.google.api.query.impl with type parameters of type ApiPage Modifier and Type Class Description classApiQueryBuilderImpl<Q extends ApiQueryBuilder<?,T>,T extends ApiPage<?>>Abstract superclass forQueryBuilderimplementations that query Google+. -
Uses of ApiPage in org.springframework.social.google.api.tasks
Subclasses of ApiPage in org.springframework.social.google.api.tasks Modifier and Type Class Description classTaskListsPageclassTasksPage
-