| Package | Description |
|---|---|
| com.google.api.services.youtube.model |
| Modifier and Type | Method and Description |
|---|---|
PlaylistSnippet |
PlaylistSnippet.clone() |
PlaylistSnippet |
Playlist.getSnippet()
The snippet object contains basic details about the playlist, such as its title and
description.
|
PlaylistSnippet |
PlaylistSnippet.set(java.lang.String fieldName,
java.lang.Object value) |
PlaylistSnippet |
PlaylistSnippet.setChannelId(java.lang.String channelId)
The ID that YouTube uses to uniquely identify the channel that published the playlist.
|
PlaylistSnippet |
PlaylistSnippet.setChannelTitle(java.lang.String channelTitle)
The channel title of the channel that the video belongs to.
|
PlaylistSnippet |
PlaylistSnippet.setDefaultLanguage(java.lang.String defaultLanguage)
The language of the playlist's default title and description.
|
PlaylistSnippet |
PlaylistSnippet.setDescription(java.lang.String description)
The playlist's description.
|
PlaylistSnippet |
PlaylistSnippet.setLocalized(PlaylistLocalization localized)
Localized title and description, read-only.
|
PlaylistSnippet |
PlaylistSnippet.setPublishedAt(com.google.api.client.util.DateTime publishedAt)
The date and time that the playlist was created.
|
PlaylistSnippet |
PlaylistSnippet.setTags(java.util.List<java.lang.String> tags)
Keyword tags associated with the playlist.
|
PlaylistSnippet |
PlaylistSnippet.setThumbnails(ThumbnailDetails thumbnails)
A map of thumbnail images associated with the playlist.
|
PlaylistSnippet |
PlaylistSnippet.setTitle(java.lang.String title)
The playlist's title.
|
| Modifier and Type | Method and Description |
|---|---|
Playlist |
Playlist.setSnippet(PlaylistSnippet snippet)
The snippet object contains basic details about the playlist, such as its title and
description.
|