| Package | Description |
|---|---|
| com.google.api.services.youtube | |
| com.google.api.services.youtube.model |
| Modifier and Type | Method and Description |
|---|---|
YouTube.CommentThreads.Insert |
YouTube.CommentThreads.insert(java.lang.String part,
CommentThread content)
Creates a new top-level comment.
|
YouTube.CommentThreads.Update |
YouTube.CommentThreads.update(java.lang.String part,
CommentThread content)
Modifies the top-level comment in a comment thread.
|
| Constructor and Description |
|---|
YouTube.CommentThreads.Insert(java.lang.String part,
CommentThread content)
Creates a new top-level comment.
|
YouTube.CommentThreads.Update(java.lang.String part,
CommentThread content)
Modifies the top-level comment in a comment thread.
|
| Modifier and Type | Method and Description |
|---|---|
CommentThread |
CommentThread.clone() |
CommentThread |
CommentThread.set(java.lang.String fieldName,
java.lang.Object value) |
CommentThread |
CommentThread.setEtag(java.lang.String etag)
Etag of this resource.
|
CommentThread |
CommentThread.setId(java.lang.String id)
The ID that YouTube uses to uniquely identify the comment thread.
|
CommentThread |
CommentThread.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
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.
|
CommentThread |
CommentThread.setSnippet(CommentThreadSnippet snippet)
The snippet object contains basic details about the comment thread and also the top level
comment.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommentThread> |
CommentThreadListResponse.getItems()
A list of comment threads that match the request criteria.
|
| Modifier and Type | Method and Description |
|---|---|
CommentThreadListResponse |
CommentThreadListResponse.setItems(java.util.List<CommentThread> items)
A list of comment threads that match the request criteria.
|