Class ShowBase
- Direct Known Subclasses:
Show,SimplifiedShow
-
Field Summary
FieldsModifier and TypeFieldDescriptionA list of the countries in which the show can be played, identified by their ISO 3166-1 alpha-2 code.The copyright statements of the show.A description of the show.booleanWhether or not the show has explicit content (true = yes it does; false = no it does not OR unknown).External URLs for this show.A description of the show.The cover art for the show in various sizes, widest first.booleanTrue if all of the shows episodes are hosted outside of Spotify's CDN.A list of the languages used in the show, identified by their ISO 639 code.The media type of the show.The name of the episode.The publisher of the show.intThe total number of episodes in the show.Fields inherited from class de.sonallux.spotify.api.models.BaseObject
href, id, type, uri -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
availableMarkets
A list of the countries in which the show can be played, identified by their ISO 3166-1 alpha-2 code.
-
copyrights
The copyright statements of the show.
-
description
A description of the show. HTML tags are stripped away from this field, use
html_descriptionfield in case HTML tags are needed. -
explicit
public boolean explicitWhether or not the show has explicit content (true = yes it does; false = no it does not OR unknown).
-
externalUrls
External URLs for this show.
-
htmlDescription
A description of the show. This field may contain HTML tags.
-
images
The cover art for the show in various sizes, widest first.
-
isExternallyHosted
public boolean isExternallyHostedTrue if all of the shows episodes are hosted outside of Spotify's CDN. This field might be
nullin some cases. -
languages
A list of the languages used in the show, identified by their ISO 639 code.
-
mediaType
The media type of the show.
-
name
The name of the episode.
-
publisher
The publisher of the show.
-
totalEpisodes
public int totalEpisodesThe total number of episodes in the show.
-
-
Constructor Details
-
ShowBase
public ShowBase()
-