Class ShowBase

java.lang.Object
de.sonallux.spotify.api.models.BaseObject
de.sonallux.spotify.api.models.ShowBase
Direct Known Subclasses:
Show, SimplifiedShow

public class ShowBase extends BaseObject
ShowBase
  • Field Details

    • availableMarkets

      public List<String> availableMarkets

      A list of the countries in which the show can be played, identified by their ISO 3166-1 alpha-2 code.

    • copyrights

      public List<Copyright> copyrights

      The copyright statements of the show.

    • description

      public String description

      A description of the show. HTML tags are stripped away from this field, use html_description field in case HTML tags are needed.

    • explicit

      public boolean explicit

      Whether or not the show has explicit content (true = yes it does; false = no it does not OR unknown).

    • externalUrls

      public ExternalUrl externalUrls

      External URLs for this show.

    • htmlDescription

      public String htmlDescription

      A description of the show. This field may contain HTML tags.

    • images

      public List<Image> images

      The cover art for the show in various sizes, widest first.

    • isExternallyHosted

      public boolean isExternallyHosted

      True if all of the shows episodes are hosted outside of Spotify's CDN. This field might be null in some cases.

    • languages

      public List<String> languages

      A list of the languages used in the show, identified by their ISO 639 code.

    • mediaType

      public String mediaType

      The media type of the show.

    • name

      public String name

      The name of the episode.

    • publisher

      public String publisher

      The publisher of the show.

    • totalEpisodes

      public int totalEpisodes

      The total number of episodes in the show.

  • Constructor Details

    • ShowBase

      public ShowBase()