All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.youtube.model.ChannelContentDetails.RelatedPlaylists.html Maven / Gradle / Ivy

There is a newer version: v3-rev20240514-2.0.0
Show newest version






ChannelContentDetails.RelatedPlaylists (YouTube Data API v3 v3-rev20240417-2.0.0)












com.google.api.services.youtube.model

Class ChannelContentDetails.RelatedPlaylists

  • All Implemented Interfaces:
    Cloneable, Map<String,Object>
    Enclosing class:
    ChannelContentDetails


    public static final class ChannelContentDetails.RelatedPlaylists
    extends com.google.api.client.json.GenericJson
    Model definition for ChannelContentDetailsRelatedPlaylists.
    • Constructor Detail

      • RelatedPlaylists

        public RelatedPlaylists()
    • Method Detail

      • getFavorites

        public String getFavorites()
        The ID of the playlist that contains the channel"s favorite videos. Use the playlistItems.insert and playlistItems.delete to add or remove items from that list.
        Returns:
        value or null for none
      • setFavorites

        public ChannelContentDetails.RelatedPlaylists setFavorites(String favorites)
        The ID of the playlist that contains the channel"s favorite videos. Use the playlistItems.insert and playlistItems.delete to add or remove items from that list.
        Parameters:
        favorites - favorites or null for none
      • getLikes

        public String getLikes()
        The ID of the playlist that contains the channel"s liked videos. Use the playlistItems.insert and playlistItems.delete to add or remove items from that list.
        Returns:
        value or null for none
      • setLikes

        public ChannelContentDetails.RelatedPlaylists setLikes(String likes)
        The ID of the playlist that contains the channel"s liked videos. Use the playlistItems.insert and playlistItems.delete to add or remove items from that list.
        Parameters:
        likes - likes or null for none
      • getUploads

        public String getUploads()
        The ID of the playlist that contains the channel"s uploaded videos. Use the videos.insert method to upload new videos and the videos.delete method to delete previously uploaded videos.
        Returns:
        value or null for none
      • setUploads

        public ChannelContentDetails.RelatedPlaylists setUploads(String uploads)
        The ID of the playlist that contains the channel"s uploaded videos. Use the videos.insert method to upload new videos and the videos.delete method to delete previously uploaded videos.
        Parameters:
        uploads - uploads or null for none
      • getWatchHistory

        public String getWatchHistory()
        The ID of the playlist that contains the channel"s watch history. Use the playlistItems.insert and playlistItems.delete to add or remove items from that list.
        Returns:
        value or null for none
      • setWatchHistory

        public ChannelContentDetails.RelatedPlaylists setWatchHistory(String watchHistory)
        The ID of the playlist that contains the channel"s watch history. Use the playlistItems.insert and playlistItems.delete to add or remove items from that list.
        Parameters:
        watchHistory - watchHistory or null for none
      • getWatchLater

        public String getWatchLater()
        The ID of the playlist that contains the channel"s watch later playlist. Use the playlistItems.insert and playlistItems.delete to add or remove items from that list.
        Returns:
        value or null for none
      • setWatchLater

        public ChannelContentDetails.RelatedPlaylists setWatchLater(String watchLater)
        The ID of the playlist that contains the channel"s watch later playlist. Use the playlistItems.insert and playlistItems.delete to add or remove items from that list.
        Parameters:
        watchLater - watchLater or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy