public final class ChannelBrandingSettings
extends com.google.api.client.json.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. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
ChannelBrandingSettings() |
| Modifier and Type | Method and Description |
|---|---|
ChannelBrandingSettings |
clone() |
ChannelSettings |
getChannel()
Branding properties for the channel view.
|
java.util.List<PropertyValue> |
getHints()
Additional experimental branding properties.
|
ImageSettings |
getImage()
Branding properties for branding images.
|
WatchSettings |
getWatch()
Branding properties for the watch page.
|
ChannelBrandingSettings |
set(java.lang.String fieldName,
java.lang.Object value) |
ChannelBrandingSettings |
setChannel(ChannelSettings channel)
Branding properties for the channel view.
|
ChannelBrandingSettings |
setHints(java.util.List<PropertyValue> hints)
Additional experimental branding properties.
|
ChannelBrandingSettings |
setImage(ImageSettings image)
Branding properties for branding images.
|
ChannelBrandingSettings |
setWatch(WatchSettings watch)
Branding properties for the watch page.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic ChannelSettings getChannel()
null for nonepublic ChannelBrandingSettings setChannel(ChannelSettings channel)
channel - channel or null for nonepublic java.util.List<PropertyValue> getHints()
null for nonepublic ChannelBrandingSettings setHints(java.util.List<PropertyValue> hints)
hints - hints or null for nonepublic ImageSettings getImage()
null for nonepublic ChannelBrandingSettings setImage(ImageSettings image)
image - image or null for nonepublic WatchSettings getWatch()
null for nonepublic ChannelBrandingSettings setWatch(WatchSettings watch)
watch - watch or null for nonepublic ChannelBrandingSettings set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ChannelBrandingSettings clone()
clone in class com.google.api.client.json.GenericJson