Class AudiobookBase
- Direct Known Subclasses:
Audiobook,SimplifiedAudiobook
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe author(s) for the audiobook.A list of the countries in which the audiobook can be played, identified by their ISO 3166-1 alpha-2 code.The copyright statements of the audiobook.A description of the audiobook.The edition of the audiobook.booleanWhether or not the audiobook has explicit content (true = yes it does; false = no it does not OR unknown).External URLs for this audiobook.A description of the audiobook.The cover art for the audiobook in various sizes, widest first.A list of the languages used in the audiobook, identified by their ISO 639 code.The media type of the audiobook.The name of the audiobook.The narrator(s) for the audiobook.The publisher of the audiobook.intThe number of chapters in this audiobook.Fields inherited from class de.sonallux.spotify.api.models.BaseObject
href, id, type, uri -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
authors
The author(s) for the audiobook.
-
availableMarkets
A list of the countries in which the audiobook can be played, identified by their ISO 3166-1 alpha-2 code.
-
copyrights
The copyright statements of the audiobook.
-
description
A description of the audiobook. HTML tags are stripped away from this field, use
html_descriptionfield in case HTML tags are needed. -
edition
The edition of the audiobook.
-
explicit
public boolean explicitWhether or not the audiobook has explicit content (true = yes it does; false = no it does not OR unknown).
-
externalUrls
External URLs for this audiobook.
-
htmlDescription
A description of the audiobook. This field may contain HTML tags.
-
images
The cover art for the audiobook in various sizes, widest first.
-
languages
A list of the languages used in the audiobook, identified by their ISO 639 code.
-
mediaType
The media type of the audiobook.
-
name
The name of the audiobook.
-
narrators
The narrator(s) for the audiobook.
-
publisher
The publisher of the audiobook.
-
totalChapters
public int totalChaptersThe number of chapters in this audiobook.
-
-
Constructor Details
-
AudiobookBase
public AudiobookBase()
-