Modifier and Type | Class and Description |
---|---|
class |
YouTube.VideoCategories.List |
Constructor and Description |
---|
YouTube.VideoCategories() |
Modifier and Type | Method and Description |
---|---|
YouTube.VideoCategories.List |
list(String part)
Returns a list of categories that can be associated with YouTube videos.
|
public YouTube.VideoCategories.List list(String part) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.part
- The part parameter specifies the videoCategory resource parts that the API response will include.
Supported values are id and snippet.IOException