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 |
|---|
Comments() |
| Modifier and Type | Method and Description |
|---|---|
Plus.Comments.Get |
get(java.lang.String commentId)
Shut down.
|
Plus.Comments.List |
list(java.lang.String activityId)
Shut down.
|
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.IOExceptionpublic 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