| Package | Description |
|---|---|
| com.google.api.services.youtube.model |
| Modifier and Type | Method and Description |
|---|---|
ChannelSnippet |
ChannelSnippet.clone() |
ChannelSnippet |
Channel.getSnippet()
The snippet object contains basic details about the channel, such as its title, description,
and thumbnail images.
|
ChannelSnippet |
ChannelSnippet.set(java.lang.String fieldName,
java.lang.Object value) |
ChannelSnippet |
ChannelSnippet.setCountry(java.lang.String country)
The country of the channel.
|
ChannelSnippet |
ChannelSnippet.setCustomUrl(java.lang.String customUrl)
The custom url of the channel.
|
ChannelSnippet |
ChannelSnippet.setDefaultLanguage(java.lang.String defaultLanguage)
The language of the channel's default title and description.
|
ChannelSnippet |
ChannelSnippet.setDescription(java.lang.String description)
The description of the channel.
|
ChannelSnippet |
ChannelSnippet.setLocalized(ChannelLocalization localized)
Localized title and description, read-only.
|
ChannelSnippet |
ChannelSnippet.setPublishedAt(com.google.api.client.util.DateTime publishedAt)
The date and time that the channel was created.
|
ChannelSnippet |
ChannelSnippet.setThumbnails(ThumbnailDetails thumbnails)
A map of thumbnail images associated with the channel.
|
ChannelSnippet |
ChannelSnippet.setTitle(java.lang.String title)
The channel's title.
|
| Modifier and Type | Method and Description |
|---|---|
Channel |
Channel.setSnippet(ChannelSnippet snippet)
The snippet object contains basic details about the channel, such as its title, description,
and thumbnail images.
|