public final class ChannelBrandingSettings 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. For a detailed explanation see: http://code.google.com/p/google-api-java-client/wiki/Json
Upgrade warning: starting with version 1.12 getResponseHeaders()
is removed, instead use
JsonHttpRequest.getLastResponseHeaders()
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ChannelBrandingSettings() |
Modifier and Type | Method and Description |
---|---|
ChannelSettings |
getChannel()
Branding properties for the channel view.
|
List<PropertyValue> |
getHints()
Additional experimental branding properties.
|
ImageSettings |
getImage()
Branding properties for branding images.
|
WatchSettings |
getWatch()
Branding properties for the watch page.
|
ChannelBrandingSettings |
setChannel(ChannelSettings channel)
Branding properties for the channel view.
|
ChannelBrandingSettings |
setHints(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.
|
clone, getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public ChannelSettings getChannel()
null
.public ChannelBrandingSettings setChannel(ChannelSettings channel)
null
.public List<PropertyValue> getHints()
null
.public ChannelBrandingSettings setHints(List<PropertyValue> hints)
null
.public ImageSettings getImage()
null
.public ChannelBrandingSettings setImage(ImageSettings image)
null
.public WatchSettings getWatch()
null
.public ChannelBrandingSettings setWatch(WatchSettings watch)
null
.