| Package | Description |
|---|---|
| com.google.api.services.youtube.model |
| Modifier and Type | Method and Description |
|---|---|
ChannelTopicDetails |
ChannelTopicDetails.clone() |
ChannelTopicDetails |
Channel.getTopicDetails()
The topicDetails object encapsulates information about Freebase topics associated with the
channel.
|
ChannelTopicDetails |
ChannelTopicDetails.set(java.lang.String fieldName,
java.lang.Object value) |
ChannelTopicDetails |
ChannelTopicDetails.setTopicCategories(java.util.List<java.lang.String> topicCategories)
A list of Wikipedia URLs that describe the channel's content.
|
ChannelTopicDetails |
ChannelTopicDetails.setTopicIds(java.util.List<java.lang.String> topicIds)
A list of Freebase topic IDs associated with the channel.
|
| Modifier and Type | Method and Description |
|---|---|
Channel |
Channel.setTopicDetails(ChannelTopicDetails topicDetails)
The topicDetails object encapsulates information about Freebase topics associated with the
channel.
|