public final class ChannelSectionSnippet extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the YouTube Data API v3. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ChannelSectionSnippet() |
| Modifier and Type | Method and Description |
|---|---|
ChannelSectionSnippet |
clone() |
String |
getChannelId()
The ID that YouTube uses to uniquely identify the channel that published the channel section.
|
String |
getDefaultLanguage()
The language of the channel section's default title and description.
|
ChannelSectionLocalization |
getLocalized()
Localized title, read-only.
|
Long |
getPosition()
The position of the channel section in the channel.
|
String |
getStyle()
The style of the channel section.
|
String |
getTitle()
The channel section's title for multiple_playlists and multiple_channels.
|
String |
getType()
The type of the channel section.
|
ChannelSectionSnippet |
set(String fieldName,
Object value) |
ChannelSectionSnippet |
setChannelId(String channelId)
The ID that YouTube uses to uniquely identify the channel that published the channel section.
|
ChannelSectionSnippet |
setDefaultLanguage(String defaultLanguage)
The language of the channel section's default title and description.
|
ChannelSectionSnippet |
setLocalized(ChannelSectionLocalization localized)
Localized title, read-only.
|
ChannelSectionSnippet |
setPosition(Long position)
The position of the channel section in the channel.
|
ChannelSectionSnippet |
setStyle(String style)
The style of the channel section.
|
ChannelSectionSnippet |
setTitle(String title)
The channel section's title for multiple_playlists and multiple_channels.
|
ChannelSectionSnippet |
setType(String type)
The type of the channel section.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getChannelId()
null for nonepublic ChannelSectionSnippet setChannelId(String channelId)
channelId - channelId or null for nonepublic String getDefaultLanguage()
null for nonepublic ChannelSectionSnippet setDefaultLanguage(String defaultLanguage)
defaultLanguage - defaultLanguage or null for nonepublic ChannelSectionLocalization getLocalized()
null for nonepublic ChannelSectionSnippet setLocalized(ChannelSectionLocalization localized)
localized - localized or null for nonepublic Long getPosition()
null for nonepublic ChannelSectionSnippet setPosition(Long position)
position - position or null for nonepublic String getStyle()
null for nonepublic ChannelSectionSnippet setStyle(String style)
style - style or null for nonepublic String getTitle()
null for nonepublic ChannelSectionSnippet setTitle(String title)
title - title or null for nonepublic String getType()
null for nonepublic ChannelSectionSnippet setType(String type)
type - type or null for nonepublic ChannelSectionSnippet set(String fieldName, Object value)
set in class GenericJsonpublic ChannelSectionSnippet clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.