target.apidocs.com.google.api.services.youtube.model.WatchSettings.html Maven / Gradle / Ivy
WatchSettings (YouTube Data API v3 v3-rev20210410-1.31.0)
com.google.api.services.youtube.model
Class WatchSettings
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.youtube.model.WatchSettings
-
public final class WatchSettings
extends GenericJson
Branding properties for the watch. All deprecated.
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
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
WatchSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
WatchSettings
clone()
String
getBackgroundColor()
The text color for the video watch page's branded area.
String
getFeaturedPlaylistId()
An ID that uniquely identifies a playlist that displays next to the video player.
String
getTextColor()
The background color for the video watch page's branded area.
WatchSettings
set(String fieldName,
Object value)
WatchSettings
setBackgroundColor(String backgroundColor)
The text color for the video watch page's branded area.
WatchSettings
setFeaturedPlaylistId(String featuredPlaylistId)
An ID that uniquely identifies a playlist that displays next to the video player.
WatchSettings
setTextColor(String textColor)
The background color for the video watch page's branded area.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getBackgroundColor
public String getBackgroundColor()
The text color for the video watch page's branded area.
- Returns:
- value or
null
for none
-
setBackgroundColor
public WatchSettings setBackgroundColor(String backgroundColor)
The text color for the video watch page's branded area.
- Parameters:
backgroundColor
- backgroundColor or null
for none
-
getFeaturedPlaylistId
public String getFeaturedPlaylistId()
An ID that uniquely identifies a playlist that displays next to the video player.
- Returns:
- value or
null
for none
-
setFeaturedPlaylistId
public WatchSettings setFeaturedPlaylistId(String featuredPlaylistId)
An ID that uniquely identifies a playlist that displays next to the video player.
- Parameters:
featuredPlaylistId
- featuredPlaylistId or null
for none
-
getTextColor
public String getTextColor()
The background color for the video watch page's branded area.
- Returns:
- value or
null
for none
-
setTextColor
public WatchSettings setTextColor(String textColor)
The background color for the video watch page's branded area.
- Parameters:
textColor
- textColor or null
for none
-
set
public WatchSettings set(String fieldName,
Object value)
- Overrides:
set
in class GenericJson
-
clone
public WatchSettings clone()
- Overrides:
clone
in class GenericJson
Copyright © 2011–2021 Google. All rights reserved.