Class EpisodeBase
- Direct Known Subclasses:
Episode,SimplifiedEpisode
-
Field Summary
FieldsModifier and TypeFieldDescriptionA URL to a 30 second preview (MP3 format) of the episode.A description of the episode.intThe episode length in milliseconds.booleanWhether or not the episode has explicit content (true = yes it does; false = no it does not OR unknown).External URLs for this episode.A description of the episode.The cover art for the episode in various sizes, widest first.booleanTrue if the episode is hosted outside of Spotify's CDN.booleanTrue if the episode is playable in the given market.The language used in the episode, identified by a ISO 639 code.A list of the languages used in the episode, identified by their ISO 639-1 code.The name of the episode.The date the episode was first released, for example"1981-12-15".The precision with whichrelease_datevalue is known.Included in the response when a content restriction is applied.The user's most recent position in the episode.Fields inherited from class de.sonallux.spotify.api.models.BaseObject
href, id, type, uri -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
audioPreviewUrl
A URL to a 30 second preview (MP3 format) of the episode.
nullif not available. -
description
A description of the episode. HTML tags are stripped away from this field, use
html_descriptionfield in case HTML tags are needed. -
durationMs
public int durationMsThe episode length in milliseconds.
-
explicit
public boolean explicitWhether or not the episode has explicit content (true = yes it does; false = no it does not OR unknown).
-
externalUrls
External URLs for this episode.
-
htmlDescription
A description of the episode. This field may contain HTML tags.
-
images
The cover art for the episode in various sizes, widest first.
-
isExternallyHosted
public boolean isExternallyHostedTrue if the episode is hosted outside of Spotify's CDN.
-
isPlayable
public boolean isPlayableTrue if the episode is playable in the given market. Otherwise false.
-
language
The language used in the episode, identified by a ISO 639 code. This field is deprecated and might be removed in the future. Please use the
languagesfield instead. -
languages
A list of the languages used in the episode, identified by their ISO 639-1 code.
-
name
The name of the episode.
-
releaseDate
The date the episode was first released, for example
"1981-12-15". Depending on the precision, it might be shown as"1981"or"1981-12". -
releaseDatePrecision
The precision with which
release_datevalue is known. -
restrictions
Included in the response when a content restriction is applied.
-
resumePoint
The user's most recent position in the episode. Set if the supplied access token is a user token and has the scope 'user-read-playback-position'.
-
-
Constructor Details
-
EpisodeBase
public EpisodeBase()
-