Package | Description |
---|---|
com.google.api.services.youtube | |
com.google.api.services.youtube.model |
Modifier and Type | Method and Description |
---|---|
YouTube.Channels.Update |
YouTube.Channels.update(java.lang.String part,
Channel content)
Updates a channel's metadata.
|
Constructor and Description |
---|
YouTube.Channels.Update(java.lang.String part,
Channel content)
Updates a channel's metadata.
|
Modifier and Type | Method and Description |
---|---|
Channel |
Channel.clone() |
Channel |
Channel.set(java.lang.String fieldName,
java.lang.Object value) |
Channel |
Channel.setAuditDetails(ChannelAuditDetails auditDetails)
The auditionDetails object encapsulates channel data that is relevant for YouTube Partners
during the audition process.
|
Channel |
Channel.setBrandingSettings(ChannelBrandingSettings brandingSettings)
The brandingSettings object encapsulates information about the branding of the channel.
|
Channel |
Channel.setContentDetails(ChannelContentDetails contentDetails)
The contentDetails object encapsulates information about the channel's content.
|
Channel |
Channel.setContentOwnerDetails(ChannelContentOwnerDetails contentOwnerDetails)
The contentOwnerDetails object encapsulates channel data that is relevant for YouTube Partners
linked with the channel.
|
Channel |
Channel.setConversionPings(ChannelConversionPings conversionPings)
The conversionPings object encapsulates information about conversion pings that need to be
respected by the channel.
|
Channel |
Channel.setEtag(java.lang.String etag)
Etag of this resource.
|
Channel |
Channel.setId(java.lang.String id)
The ID that YouTube uses to uniquely identify the channel.
|
Channel |
Channel.setInvideoPromotion(InvideoPromotion invideoPromotion)
The invideoPromotion object encapsulates information about promotion campaign associated with
the channel.
|
Channel |
Channel.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
Channel |
Channel.setLocalizations(java.util.Map<java.lang.String,ChannelLocalization> localizations)
Localizations for different languages
|
Channel |
Channel.setSnippet(ChannelSnippet snippet)
The snippet object contains basic details about the channel, such as its title, description,
and thumbnail images.
|
Channel |
Channel.setStatistics(ChannelStatistics statistics)
The statistics object encapsulates statistics for the channel.
|
Channel |
Channel.setStatus(ChannelStatus status)
The status object encapsulates information about the privacy status of the channel.
|
Channel |
Channel.setTopicDetails(ChannelTopicDetails topicDetails)
The topicDetails object encapsulates information about Freebase topics associated with the
channel.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Channel> |
ChannelListResponse.getItems()
A list of channels that match the request criteria.
|
Modifier and Type | Method and Description |
---|---|
ChannelListResponse |
ChannelListResponse.setItems(java.util.List<Channel> items)
A list of channels that match the request criteria.
|