Uses of Class
com.googlecode.googleplus.model.moments.MomentCollection

Packages that use MomentCollection
com.googlecode.googleplus   
com.googlecode.googleplus.impl   
com.googlecode.googleplus.model.moments   
 

Uses of MomentCollection in com.googlecode.googleplus
 

Methods in com.googlecode.googleplus with parameters of type MomentCollection
 void MomentsOperations.insert(Moment moment, MomentCollection collection)
           
 MomentFeed MomentsOperations.list(String userId, MomentCollection collection, String targetUrlFilter, String typeFilter)
           
 MomentFeed MomentsOperations.list(String userId, MomentCollection collection, String targetUrlFilter, String typeFilter, Paging paging)
           
 

Uses of MomentCollection in com.googlecode.googleplus.impl
 

Methods in com.googlecode.googleplus.impl with parameters of type MomentCollection
 void MomentsOperationsImpl.insert(Moment moment, MomentCollection collection)
           
 MomentFeed MomentsOperationsImpl.list(String userId, MomentCollection collection, String targetUrlFilter, String typeFilter)
           
 MomentFeed MomentsOperationsImpl.list(String userId, MomentCollection collection, String targetUrlFilter, String typeFilter, Paging paging)
           
 

Uses of MomentCollection in com.googlecode.googleplus.model.moments
 

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



Copyright © 2014. All Rights Reserved.