Class ChapterBase
- Direct Known Subclasses:
Chapter,SimplifiedChapter
-
Field Summary
FieldsModifier and TypeFieldDescriptionA URL to a 30 second preview (MP3 format) of the episode.A list of the countries in which the chapter can be played, identified by their ISO 3166-1 alpha-2 code.intThe number of the chapterA 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 playable in the given market.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. -
availableMarkets
A list of the countries in which the chapter can be played, identified by their ISO 3166-1 alpha-2 code.
-
chapterNumber
public int chapterNumberThe number of the chapter
-
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.
-
isPlayable
public boolean isPlayableTrue if the episode is playable in the given market. Otherwise false.
-
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
-
ChapterBase
public ChapterBase()
-