public class Plus.Comments
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Plus.Comments.Get |
class |
Plus.Comments.List |
Constructor and Description |
---|
Plus.Comments() |
Modifier and Type | Method and Description |
---|---|
Plus.Comments.Get |
get(java.lang.String commentId)
Get a comment.
|
Plus.Comments.List |
list(java.lang.String activityId)
List all of the comments for an activity.
|
public Plus.Comments.Get get(java.lang.String commentId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.commentId
- The ID of the comment to get.java.io.IOException
public Plus.Comments.List list(java.lang.String activityId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.activityId
- The ID of the activity to get comments for.java.io.IOException