com.googlecode.googleplus.impl
Class CommentOperationsImpl

java.lang.Object
  extended by com.googlecode.googleplus.impl.CommentOperationsImpl
All Implemented Interfaces:
CommentOperations

public class CommentOperationsImpl
extends Object
implements CommentOperations


Constructor Summary
CommentOperationsImpl(org.springframework.web.client.RestTemplate restTemplate)
           
 
Method Summary
 Comment get(String commentId)
           
 CommentFeed list(String activityId)
           
 CommentFeed list(String activityId, Paging paging)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentOperationsImpl

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

list

public CommentFeed list(String activityId,
                        Paging paging)
Specified by:
list in interface CommentOperations

list

public CommentFeed list(String activityId)
Specified by:
list in interface CommentOperations

get

public Comment get(String commentId)
Specified by:
get in interface CommentOperations


Copyright © 2014. All Rights Reserved.