Package de.sonallux.spotify.api.models
Class SimplifiedShow
- java.lang.Object
-
- de.sonallux.spotify.api.models.BaseObject
-
- de.sonallux.spotify.api.models.SimplifiedShow
-
public class SimplifiedShow extends BaseObject
-
-
Field Summary
Fields Modifier and Type Field Description List<String>availableMarketsA list of the countries in which the show can be played, identified by their ISO 3166-1 alpha-2 code.List<Copyright>copyrightsThe copyright statements of the show.StringdescriptionA description of the show.booleanexplicitWhether or not the show has explicit content (true = yes it does; false = no it does not OR unknown).ExternalUrlexternalUrlsExternal URLs for this show.StringhtmlDescriptionA description of the show.List<Image>imagesThe cover art for the show in various sizes, widest first.booleanisExternallyHostedTrue if all of the show's episodes are hosted outside of Spotify's CDN.List<String>languagesA list of the languages used in the show, identified by their ISO 639 code.StringmediaTypeThe media type of the show.StringnameThe name of the episode.StringpublisherThe publisher of the show.-
Fields inherited from class de.sonallux.spotify.api.models.BaseObject
href, id, type, uri
-
-
Constructor Summary
Constructors Constructor Description SimplifiedShow()
-
-
-
Field Detail
-
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.
-
description
public String 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 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.
-
isExternallyHosted
public boolean isExternallyHosted
True if all of the show's episodes are hosted outside of Spotify's CDN. This field might be
nullin 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.
-
-