public final class PlaylistPlayer
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 |
|---|
PlaylistPlayer() |
| Modifier and Type | Method and Description |
|---|---|
PlaylistPlayer |
clone() |
java.lang.String |
getEmbedHtml()
An tag that embeds a player that will play the playlist.
|
PlaylistPlayer |
set(java.lang.String fieldName,
java.lang.Object value) |
PlaylistPlayer |
setEmbedHtml(java.lang.String embedHtml)
An tag that embeds a player that will play the playlist.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getEmbedHtml()
null for nonepublic PlaylistPlayer setEmbedHtml(java.lang.String embedHtml)
embedHtml - embedHtml or null for nonepublic PlaylistPlayer set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic PlaylistPlayer clone()
clone in class com.google.api.client.json.GenericJson