Interface PersonQueryBuilder
-
- All Superinterfaces:
ApiQueryBuilder<PersonQueryBuilder,PeoplePage>,QueryBuilder<PersonQueryBuilder,PeoplePage>
- All Known Implementing Classes:
PersonQueryBuilderImpl
public interface PersonQueryBuilder extends ApiQueryBuilder<PersonQueryBuilder,PeoplePage>
QueryBuilderforPerson.- Author:
- Gabriel Axel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PersonQueryBuildersearchFor(String text)-
Methods inherited from interface org.springframework.social.google.api.query.ApiQueryBuilder
fromPage, getPage
-
Methods inherited from interface org.springframework.social.google.api.query.QueryBuilder
maxResultsNumber
-
-
-
-
Method Detail
-
searchFor
PersonQueryBuilder searchFor(String text)
-
-