public final class ChannelContentDetails
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
| Modifier and Type | Class and Description |
|---|---|
static class |
ChannelContentDetails.RelatedPlaylists
Model definition for ChannelContentDetailsRelatedPlaylists.
|
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
ChannelContentDetails() |
| Modifier and Type | Method and Description |
|---|---|
ChannelContentDetails |
clone() |
java.lang.String |
getGooglePlusUserId()
The googlePlusUserId object identifies the Google+ profile ID associated with this channel.
|
ChannelContentDetails.RelatedPlaylists |
getRelatedPlaylists() |
ChannelContentDetails |
set(java.lang.String fieldName,
java.lang.Object value) |
ChannelContentDetails |
setGooglePlusUserId(java.lang.String googlePlusUserId)
The googlePlusUserId object identifies the Google+ profile ID associated with this channel.
|
ChannelContentDetails |
setRelatedPlaylists(ChannelContentDetails.RelatedPlaylists relatedPlaylists) |
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getGooglePlusUserId()
null for nonepublic ChannelContentDetails setGooglePlusUserId(java.lang.String googlePlusUserId)
googlePlusUserId - googlePlusUserId or null for nonepublic ChannelContentDetails.RelatedPlaylists getRelatedPlaylists()
null for nonepublic ChannelContentDetails setRelatedPlaylists(ChannelContentDetails.RelatedPlaylists relatedPlaylists)
relatedPlaylists - relatedPlaylists or null for nonepublic ChannelContentDetails set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ChannelContentDetails clone()
clone in class com.google.api.client.json.GenericJson