public final class ActivityContentDetails 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 v3. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ActivityContentDetails() |
| Modifier and Type | Method and Description |
|---|---|
ActivityContentDetails |
clone() |
ActivityContentDetailsBulletin |
getBulletin()
The bulletin object contains details about a channel bulletin post.
|
ActivityContentDetailsChannelItem |
getChannelItem()
The channelItem object contains details about a resource which was added to a channel.
|
ActivityContentDetailsComment |
getComment()
The comment object contains information about a resource that received a comment.
|
ActivityContentDetailsFavorite |
getFavorite()
The favorite object contains information about a video that was marked as a favorite video.
|
ActivityContentDetailsLike |
getLike()
The like object contains information about a resource that received a positive (like) rating.
|
ActivityContentDetailsPlaylistItem |
getPlaylistItem()
The playlistItem object contains information about a new playlist item.
|
ActivityContentDetailsPromotedItem |
getPromotedItem()
The promotedItem object contains details about a resource which is being promoted.
|
ActivityContentDetailsRecommendation |
getRecommendation()
The recommendation object contains information about a recommended resource.
|
ActivityContentDetailsSocial |
getSocial()
The social object contains details about a social network post.
|
ActivityContentDetailsSubscription |
getSubscription()
The subscription object contains information about a channel that a user subscribed to.
|
ActivityContentDetailsUpload |
getUpload()
The upload object contains information about the uploaded video.
|
ActivityContentDetails |
set(String fieldName,
Object value) |
ActivityContentDetails |
setBulletin(ActivityContentDetailsBulletin bulletin)
The bulletin object contains details about a channel bulletin post.
|
ActivityContentDetails |
setChannelItem(ActivityContentDetailsChannelItem channelItem)
The channelItem object contains details about a resource which was added to a channel.
|
ActivityContentDetails |
setComment(ActivityContentDetailsComment comment)
The comment object contains information about a resource that received a comment.
|
ActivityContentDetails |
setFavorite(ActivityContentDetailsFavorite favorite)
The favorite object contains information about a video that was marked as a favorite video.
|
ActivityContentDetails |
setLike(ActivityContentDetailsLike like)
The like object contains information about a resource that received a positive (like) rating.
|
ActivityContentDetails |
setPlaylistItem(ActivityContentDetailsPlaylistItem playlistItem)
The playlistItem object contains information about a new playlist item.
|
ActivityContentDetails |
setPromotedItem(ActivityContentDetailsPromotedItem promotedItem)
The promotedItem object contains details about a resource which is being promoted.
|
ActivityContentDetails |
setRecommendation(ActivityContentDetailsRecommendation recommendation)
The recommendation object contains information about a recommended resource.
|
ActivityContentDetails |
setSocial(ActivityContentDetailsSocial social)
The social object contains details about a social network post.
|
ActivityContentDetails |
setSubscription(ActivityContentDetailsSubscription subscription)
The subscription object contains information about a channel that a user subscribed to.
|
ActivityContentDetails |
setUpload(ActivityContentDetailsUpload upload)
The upload object contains information about the uploaded video.
|
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 ActivityContentDetailsBulletin getBulletin()
null for nonepublic ActivityContentDetails setBulletin(ActivityContentDetailsBulletin bulletin)
bulletin - bulletin or null for nonepublic ActivityContentDetailsChannelItem getChannelItem()
null for nonepublic ActivityContentDetails setChannelItem(ActivityContentDetailsChannelItem channelItem)
channelItem - channelItem or null for nonepublic ActivityContentDetailsComment getComment()
null for nonepublic ActivityContentDetails setComment(ActivityContentDetailsComment comment)
comment - comment or null for nonepublic ActivityContentDetailsFavorite getFavorite()
null for nonepublic ActivityContentDetails setFavorite(ActivityContentDetailsFavorite favorite)
favorite - favorite or null for nonepublic ActivityContentDetailsLike getLike()
null for nonepublic ActivityContentDetails setLike(ActivityContentDetailsLike like)
like - like or null for nonepublic ActivityContentDetailsPlaylistItem getPlaylistItem()
null for nonepublic ActivityContentDetails setPlaylistItem(ActivityContentDetailsPlaylistItem playlistItem)
playlistItem - playlistItem or null for nonepublic ActivityContentDetailsPromotedItem getPromotedItem()
null for nonepublic ActivityContentDetails setPromotedItem(ActivityContentDetailsPromotedItem promotedItem)
promotedItem - promotedItem or null for nonepublic ActivityContentDetailsRecommendation getRecommendation()
null for nonepublic ActivityContentDetails setRecommendation(ActivityContentDetailsRecommendation recommendation)
recommendation - recommendation or null for nonepublic ActivityContentDetailsSocial getSocial()
null for nonepublic ActivityContentDetails setSocial(ActivityContentDetailsSocial social)
social - social or null for nonepublic ActivityContentDetailsSubscription getSubscription()
null for nonepublic ActivityContentDetails setSubscription(ActivityContentDetailsSubscription subscription)
subscription - subscription or null for nonepublic ActivityContentDetailsUpload getUpload()
null for nonepublic ActivityContentDetails setUpload(ActivityContentDetailsUpload upload)
upload - upload or null for nonepublic ActivityContentDetails set(String fieldName, Object value)
set in class GenericJsonpublic ActivityContentDetails clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.