public class CommentOperationsImpl extends Object implements CommentOperations
| Constructor and Description |
|---|
CommentOperationsImpl(org.springframework.web.client.RestTemplate restTemplate) |
| Modifier and Type | Method and Description |
|---|---|
Comment |
get(String commentId) |
CommentFeed |
list(String activityId) |
CommentFeed |
list(String activityId,
Paging paging) |
public CommentOperationsImpl(org.springframework.web.client.RestTemplate restTemplate)
public CommentFeed list(String activityId, Paging paging)
list in interface CommentOperationspublic CommentFeed list(String activityId)
list in interface CommentOperationspublic Comment get(String commentId)
get in interface CommentOperationsCopyright © 2014. All Rights Reserved.