Uses of Interface
org.springframework.social.google.api.plus.PersonQueryBuilder
-
Packages that use PersonQueryBuilder Package Description org.springframework.social.google.api.plus Spring Social's Service APIs for Google+org.springframework.social.google.api.plus.impl -
-
Uses of PersonQueryBuilder in org.springframework.social.google.api.plus
Methods in org.springframework.social.google.api.plus that return PersonQueryBuilder Modifier and Type Method Description PersonQueryBuilderPlusOperations. personQuery()Creates aPersonQueryBuilder.PersonQueryBuilderPersonQueryBuilder. searchFor(String text) -
Uses of PersonQueryBuilder in org.springframework.social.google.api.plus.impl
Classes in org.springframework.social.google.api.plus.impl that implement PersonQueryBuilder Modifier and Type Class Description classPersonQueryBuilderImplPersonQueryBuilderimplementation.Methods in org.springframework.social.google.api.plus.impl that return PersonQueryBuilder Modifier and Type Method Description PersonQueryBuilderPlusTemplate. personQuery()PersonQueryBuilderPersonQueryBuilderImpl. searchFor(String text)
-