Modifier and Type | Class and Description |
---|---|
class |
YouTube.CommentThreads.Insert |
class |
YouTube.CommentThreads.List |
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.
|
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
Copyright © 2011–2022 Google. All rights reserved.