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

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

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






WatchSettings (YouTube Data API v3 v3-rev20240417-2.0.0)












com.google.api.services.youtube.model

Class WatchSettings

    • Constructor Detail

      • WatchSettings

        public WatchSettings()
    • Method Detail

      • getBackgroundColor

        public String getBackgroundColor()
        The text color for the video watch page's branded area.
        Returns:
        value or null for none
      • setBackgroundColor

        public WatchSettings setBackgroundColor(String backgroundColor)
        The text color for the video watch page's branded area.
        Parameters:
        backgroundColor - backgroundColor or null for none
      • getFeaturedPlaylistId

        public String getFeaturedPlaylistId()
        An ID that uniquely identifies a playlist that displays next to the video player.
        Returns:
        value or null for none
      • setFeaturedPlaylistId

        public WatchSettings setFeaturedPlaylistId(String featuredPlaylistId)
        An ID that uniquely identifies a playlist that displays next to the video player.
        Parameters:
        featuredPlaylistId - featuredPlaylistId or null for none
      • getTextColor

        public String getTextColor()
        The background color for the video watch page's branded area.
        Returns:
        value or null for none
      • setTextColor

        public WatchSettings setTextColor(String textColor)
        The background color for the video watch page's branded area.
        Parameters:
        textColor - textColor or null for none
      • set

        public WatchSettings set(String fieldName,
                                 Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public WatchSettings clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy