com.googlecode.googleplus
Interface MomentsOperations

All Known Implementing Classes:
MomentsOperationsImpl

public interface MomentsOperations


Method Summary
 void insert(Moment moment, MomentCollection collection)
           
 MomentFeed list(String userId, MomentCollection collection, String targetUrlFilter, String typeFilter)
           
 MomentFeed list(String userId, MomentCollection collection, String targetUrlFilter, String typeFilter, Paging paging)
           
 void remove(String momentId)
           
 

Method Detail

insert

void insert(Moment moment,
            MomentCollection collection)

list

MomentFeed list(String userId,
                MomentCollection collection,
                String targetUrlFilter,
                String typeFilter)

list

MomentFeed list(String userId,
                MomentCollection collection,
                String targetUrlFilter,
                String typeFilter,
                Paging paging)

remove

void remove(String momentId)


Copyright © 2014. All Rights Reserved.