Class AlbumBase

java.lang.Object
de.sonallux.spotify.api.models.BaseObject
de.sonallux.spotify.api.models.AlbumBase
Direct Known Subclasses:
Album, SimplifiedAlbum

public class AlbumBase extends BaseObject
AlbumBase
  • Field Details

    • albumType

      public String albumType

      The type of the album.

    • availableMarkets

      public List<String> availableMarkets

      The markets in which the album is available: ISO 3166-1 alpha-2 country codes. NOTE: an album is considered available in a market when at least 1 of its tracks is available in that market.

    • externalUrls

      public ExternalUrl externalUrls

      Known external URLs for this album.

    • images

      public List<Image> images

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

    • name

      public String name

      The name of the album. In case of an album takedown, the value may be an empty string.

    • releaseDate

      public String releaseDate

      The date the album was first released.

    • releaseDatePrecision

      public String releaseDatePrecision

      The precision with which release_date value is known.

    • restrictions

      public AlbumRestriction restrictions

      Included in the response when a content restriction is applied.

    • totalTracks

      public int totalTracks

      The number of tracks in the album.

  • Constructor Details

    • AlbumBase

      public AlbumBase()