public class YouTube.Youtube.V3 extends Object
Modifier and Type | Class and Description |
---|---|
class |
YouTube.Youtube.V3.LiveChat
The "liveChat" collection of methods.
|
class |
YouTube.Youtube.V3.UpdateCommentThreads |
Constructor and Description |
---|
V3() |
Modifier and Type | Method and Description |
---|---|
YouTube.Youtube.V3.LiveChat |
liveChat()
An accessor for creating requests from the LiveChat collection.
|
YouTube.Youtube.V3.UpdateCommentThreads |
updateCommentThreads(CommentThread content)
Updates an existing resource.
|
public YouTube.Youtube.V3.UpdateCommentThreads updateCommentThreads(CommentThread content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.content
- the CommentThread
IOException
public YouTube.Youtube.V3.LiveChat liveChat()
The typical use is:
YouTube youtube = new YouTube(...);
YouTube.LiveChat.List request = youtube.liveChat().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.