| Package | Description |
|---|---|
| com.google.api.services.youtube.model |
| Modifier and Type | Method and Description |
|---|---|
ChannelSectionContentDetails |
ChannelSectionContentDetails.clone() |
ChannelSectionContentDetails |
ChannelSection.getContentDetails()
The contentDetails object contains details about the channel section content, such as a list of
playlists or channels featured in the section.
|
ChannelSectionContentDetails |
ChannelSectionContentDetails.set(java.lang.String fieldName,
java.lang.Object value) |
ChannelSectionContentDetails |
ChannelSectionContentDetails.setChannels(java.util.List<java.lang.String> channels)
The channel ids for type multiple_channels.
|
ChannelSectionContentDetails |
ChannelSectionContentDetails.setPlaylists(java.util.List<java.lang.String> playlists)
The playlist ids for type single_playlist and multiple_playlists.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelSection |
ChannelSection.setContentDetails(ChannelSectionContentDetails contentDetails)
The contentDetails object contains details about the channel section content, such as a list of
playlists or channels featured in the section.
|