com.googlecode.googleplus.impl
Class MomentsOperationsImpl
java.lang.Object
com.googlecode.googleplus.impl.MomentsOperationsImpl
- All Implemented Interfaces:
- MomentsOperations
public class MomentsOperationsImpl
- extends Object
- implements MomentsOperations
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MomentsOperationsImpl
public MomentsOperationsImpl(org.springframework.web.client.RestTemplate restTemplate)
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.