com.googlecode.googleplus.impl
Class MomentsOperationsImpl

java.lang.Object
  extended by com.googlecode.googleplus.impl.MomentsOperationsImpl
All Implemented Interfaces:
MomentsOperations

public class MomentsOperationsImpl
extends Object
implements MomentsOperations


Constructor Summary
MomentsOperationsImpl(org.springframework.web.client.RestTemplate restTemplate)
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MomentsOperationsImpl

public MomentsOperationsImpl(org.springframework.web.client.RestTemplate restTemplate)
Method Detail

insert

public void insert(Moment moment,
                   MomentCollection collection)
Specified by:
insert in interface MomentsOperations

list

public MomentFeed list(String userId,
                       MomentCollection collection,
                       String targetUrlFilter,
                       String typeFilter)
Specified by:
list in interface MomentsOperations

list

public MomentFeed list(String userId,
                       MomentCollection collection,
                       String targetUrlFilter,
                       String typeFilter,
                       Paging paging)
Specified by:
list in interface MomentsOperations

remove

public void remove(String momentId)
Specified by:
remove in interface MomentsOperations


Copyright © 2014. All Rights Reserved.