public static final class ChannelContentDetails.RelatedPlaylists extends GenericJson
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
RelatedPlaylists() |
| Modifier and Type | Method and Description |
|---|---|
ChannelContentDetails.RelatedPlaylists |
clone() |
String |
getFavorites()
The ID of the playlist that contains the channel"s favorite videos.
|
String |
getLikes()
The ID of the playlist that contains the channel"s liked videos.
|
String |
getUploads()
The ID of the playlist that contains the channel"s uploaded videos.
|
String |
getWatchHistory()
The ID of the playlist that contains the channel"s watch history.
|
String |
getWatchLater()
The ID of the playlist that contains the channel"s watch later playlist.
|
ChannelContentDetails.RelatedPlaylists |
set(String fieldName,
Object value) |
ChannelContentDetails.RelatedPlaylists |
setFavorites(String favorites)
The ID of the playlist that contains the channel"s favorite videos.
|
ChannelContentDetails.RelatedPlaylists |
setLikes(String likes)
The ID of the playlist that contains the channel"s liked videos.
|
ChannelContentDetails.RelatedPlaylists |
setUploads(String uploads)
The ID of the playlist that contains the channel"s uploaded videos.
|
ChannelContentDetails.RelatedPlaylists |
setWatchHistory(String watchHistory)
The ID of the playlist that contains the channel"s watch history.
|
ChannelContentDetails.RelatedPlaylists |
setWatchLater(String watchLater)
The ID of the playlist that contains the channel"s watch later playlist.
|
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 getFavorites()
null for nonepublic ChannelContentDetails.RelatedPlaylists setFavorites(String favorites)
favorites - favorites or null for nonepublic String getLikes()
null for nonepublic ChannelContentDetails.RelatedPlaylists setLikes(String likes)
likes - likes or null for nonepublic String getUploads()
null for nonepublic ChannelContentDetails.RelatedPlaylists setUploads(String uploads)
uploads - uploads or null for nonepublic String getWatchHistory()
null for nonepublic ChannelContentDetails.RelatedPlaylists setWatchHistory(String watchHistory)
watchHistory - watchHistory or null for nonepublic String getWatchLater()
null for nonepublic ChannelContentDetails.RelatedPlaylists setWatchLater(String watchLater)
watchLater - watchLater or null for nonepublic ChannelContentDetails.RelatedPlaylists set(String fieldName, Object value)
set in class GenericJsonpublic ChannelContentDetails.RelatedPlaylists clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.