| Package | Description |
|---|---|
| com.google.api.services.youtube.model |
| Modifier and Type | Method and Description |
|---|---|
CommentThreadReplies |
CommentThreadReplies.clone() |
CommentThreadReplies |
CommentThread.getReplies()
The replies object contains a limited number of replies (if any) to the top level comment found
in the snippet.
|
CommentThreadReplies |
CommentThreadReplies.set(java.lang.String fieldName,
java.lang.Object value) |
CommentThreadReplies |
CommentThreadReplies.setComments(java.util.List<Comment> comments)
A limited number of replies.
|
| Modifier and Type | Method and Description |
|---|---|
CommentThread |
CommentThread.setReplies(CommentThreadReplies replies)
The replies object contains a limited number of replies (if any) to the top level comment found
in the snippet.
|