public interface MomentsOperations
| 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) |
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)
Copyright © 2014. All Rights Reserved.