Uses of Class
com.googlecode.googleplus.model.activity.ActivityCollection

Packages that use ActivityCollection
com.googlecode.googleplus   
com.googlecode.googleplus.impl   
com.googlecode.googleplus.model.activity   
 

Uses of ActivityCollection in com.googlecode.googleplus
 

Methods in com.googlecode.googleplus with parameters of type ActivityCollection
 ActivityFeed ActivityOperations.list(String userId, ActivityCollection collection)
           
 ActivityFeed ActivityOperations.list(String userId, ActivityCollection collection, Paging paging)
           
 

Uses of ActivityCollection in com.googlecode.googleplus.impl
 

Methods in com.googlecode.googleplus.impl with parameters of type ActivityCollection
 ActivityFeed ActivityOperationsImpl.list(String userId, ActivityCollection collection)
           
 ActivityFeed ActivityOperationsImpl.list(String userId, ActivityCollection collection, Paging paging)
           
 

Uses of ActivityCollection in com.googlecode.googleplus.model.activity
 

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



Copyright © 2014. All Rights Reserved.