public class MomentsOperationsImpl extends Object implements MomentsOperations
| Constructor and Description |
|---|
MomentsOperationsImpl(org.springframework.web.client.RestTemplate restTemplate) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public MomentsOperationsImpl(org.springframework.web.client.RestTemplate restTemplate)
public void insert(Moment moment, MomentCollection collection)
insert in interface MomentsOperationspublic MomentFeed list(String userId, MomentCollection collection, String targetUrlFilter, String typeFilter)
list in interface MomentsOperationspublic MomentFeed list(String userId, MomentCollection collection, String targetUrlFilter, String typeFilter, Paging paging)
list in interface MomentsOperationspublic void remove(String momentId)
remove in interface MomentsOperationsCopyright © 2014. All Rights Reserved.