Uses of Class
com.googlecode.googleplus.model.person.PeopleCollection

Packages that use PeopleCollection
com.googlecode.googleplus   
com.googlecode.googleplus.impl   
com.googlecode.googleplus.model.person   
 

Uses of PeopleCollection in com.googlecode.googleplus
 

Methods in com.googlecode.googleplus with parameters of type PeopleCollection
 PersonFeed PeopleOperations.list(String userId, PeopleCollection collection)
           
 PersonFeed PeopleOperations.list(String userId, PeopleCollection collection, Paging paging)
           
 

Uses of PeopleCollection in com.googlecode.googleplus.impl
 

Methods in com.googlecode.googleplus.impl with parameters of type PeopleCollection
 PersonFeed PeopleOperationsImpl.list(String userId, PeopleCollection collection)
           
 PersonFeed PeopleOperationsImpl.list(String userId, PeopleCollection collection, Paging paging)
           
 

Uses of PeopleCollection in com.googlecode.googleplus.model.person
 

Methods in com.googlecode.googleplus.model.person that return PeopleCollection
static PeopleCollection PeopleCollection.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PeopleCollection[] PeopleCollection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2014. All Rights Reserved.