Modifier and Type | Class and Description |
---|---|
class |
YouTube.CommentThreads.Insert |
class |
YouTube.CommentThreads.List |
class |
YouTube.CommentThreads.Update |
Constructor and Description |
---|
CommentThreads() |
Modifier and Type | Method and Description |
---|---|
YouTube.CommentThreads.Insert |
insert(List<String> part,
CommentThread content)
Inserts a new resource into this collection.
|
YouTube.CommentThreads.List |
list(List<String> part)
Retrieves a list of resources, possibly filtered.
|
YouTube.CommentThreads.Update |
update(List<String> part,
CommentThread content)
Updates an existing resource.
|
public YouTube.CommentThreads.Insert insert(List<String> part, CommentThread content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.part
- The *part* parameter identifies the properties that the API response will include. Set the parameter
value to snippet. The snippet part has a quota cost of 2 units.content
- the CommentThread
IOException
public YouTube.CommentThreads.List list(List<String> part) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.part
- The *part* parameter specifies a comma-separated list of one or more commentThread resource
properties that the API response will include.IOException
public YouTube.CommentThreads.Update update(List<String> part, CommentThread content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.part
- The *part* parameter specifies a comma-separated list of commentThread resource properties that the
API response will include. You must at least include the snippet part in the parameter
value since that part contains all of the properties that the API request can update.content
- the CommentThread
IOException
Copyright © 2011–2021 Google. All rights reserved.