| Package | Description |
|---|---|
| com.google.api.services.youtube | |
| com.google.api.services.youtube.model |
| Modifier and Type | Method and Description |
|---|---|
YouTube.ChannelSections.Insert |
YouTube.ChannelSections.insert(java.lang.String part,
ChannelSection content)
Adds a channelSection for the authenticated user's channel.
|
YouTube.ChannelSections.Update |
YouTube.ChannelSections.update(java.lang.String part,
ChannelSection content)
Update a channelSection.
|
| Constructor and Description |
|---|
YouTube.ChannelSections.Insert(java.lang.String part,
ChannelSection content)
Adds a channelSection for the authenticated user's channel.
|
YouTube.ChannelSections.Update(java.lang.String part,
ChannelSection content)
Update a channelSection.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelSection |
ChannelSection.clone() |
ChannelSection |
ChannelSection.set(java.lang.String fieldName,
java.lang.Object value) |
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.
|
ChannelSection |
ChannelSection.setEtag(java.lang.String etag)
Etag of this resource.
|
ChannelSection |
ChannelSection.setId(java.lang.String id)
The ID that YouTube uses to uniquely identify the channel section.
|
ChannelSection |
ChannelSection.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
ChannelSection |
ChannelSection.setLocalizations(java.util.Map<java.lang.String,ChannelSectionLocalization> localizations)
Localizations for different languages
|
ChannelSection |
ChannelSection.setSnippet(ChannelSectionSnippet snippet)
The snippet object contains basic details about the channel section, such as its type, style
and title.
|
ChannelSection |
ChannelSection.setTargeting(ChannelSectionTargeting targeting)
The targeting object contains basic targeting settings about the channel section.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ChannelSection> |
ChannelSectionListResponse.getItems()
A list of ChannelSections that match the request criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelSectionListResponse |
ChannelSectionListResponse.setItems(java.util.List<ChannelSection> items)
A list of ChannelSections that match the request criteria.
|