Class PersonQueryBuilderImpl
- java.lang.Object
-
- org.springframework.social.google.api.query.impl.QueryBuilderImpl<Q,T>
-
- org.springframework.social.google.api.query.impl.ApiQueryBuilderImpl<PersonQueryBuilder,PeoplePage>
-
- org.springframework.social.google.api.plus.impl.PersonQueryBuilderImpl
-
- All Implemented Interfaces:
PersonQueryBuilder,ApiQueryBuilder<PersonQueryBuilder,PeoplePage>,QueryBuilder<PersonQueryBuilder,PeoplePage>
public class PersonQueryBuilderImpl extends ApiQueryBuilderImpl<PersonQueryBuilder,PeoplePage> implements PersonQueryBuilder
PersonQueryBuilderimplementation.- Author:
- Gabriel Axel
-
-
Field Summary
-
Fields inherited from class org.springframework.social.google.api.query.impl.QueryBuilderImpl
feedUrl
-
-
Constructor Summary
Constructors Constructor Description PersonQueryBuilderImpl(org.springframework.web.client.RestTemplate restTemplate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PersonQueryBuildersearchFor(String text)-
Methods inherited from class org.springframework.social.google.api.query.impl.ApiQueryBuilderImpl
fromPage, getPage
-
Methods inherited from class org.springframework.social.google.api.query.impl.QueryBuilderImpl
appendQueryParam, appendQueryParam, appendQueryParam, appendQueryParam, appendQueryParam, appendQueryParam, build, castThis, encode, maxResultsNumber
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
public PersonQueryBuilder searchFor(String text)
- Specified by:
searchForin interfacePersonQueryBuilder
-
-