Class AudiobookBase

java.lang.Object
de.sonallux.spotify.api.models.BaseObject
de.sonallux.spotify.api.models.AudiobookBase
Direct Known Subclasses:
Audiobook, SimplifiedAudiobook

public class AudiobookBase extends BaseObject
AudiobookBase
  • Field Details

    • authors

      public List<Author> authors

      The author(s) for the audiobook.

    • availableMarkets

      public List<String> availableMarkets

      A list of the countries in which the audiobook can be played, identified by their ISO 3166-1 alpha-2 code.

    • copyrights

      public List<Copyright> copyrights

      The copyright statements of the audiobook.

    • description

      public String description

      A description of the audiobook. HTML tags are stripped away from this field, use html_description field in case HTML tags are needed.

    • edition

      public String edition

      The edition of the audiobook.

    • explicit

      public boolean explicit

      Whether or not the audiobook has explicit content (true = yes it does; false = no it does not OR unknown).

    • externalUrls

      public ExternalUrl externalUrls

      External URLs for this audiobook.

    • htmlDescription

      public String htmlDescription

      A description of the audiobook. This field may contain HTML tags.

    • images

      public List<Image> images

      The cover art for the audiobook in various sizes, widest first.

    • languages

      public List<String> languages

      A list of the languages used in the audiobook, identified by their ISO 639 code.

    • mediaType

      public String mediaType

      The media type of the audiobook.

    • name

      public String name

      The name of the audiobook.

    • narrators

      public List<Narrator> narrators

      The narrator(s) for the audiobook.

    • publisher

      public String publisher

      The publisher of the audiobook.

    • totalChapters

      public int totalChapters

      The number of chapters in this audiobook.

  • Constructor Details

    • AudiobookBase

      public AudiobookBase()