Class SimplifiedAlbum

    • Field Detail

      • albumGroup

        public String albumGroup

        The field is present when getting an artist's albums. Compare to album_type this field represents relationship between the artist and the album.

      • albumType

        public String albumType

        The type of the album.

      • artists

        public List<SimplifiedArtist> artists

        The artists of the album. Each artist object includes a link in href to more detailed information about the artist.

      • availableMarkets

        public List<String> availableMarkets

        The markets in which the album is available: ISO 3166-1 alpha-2 country codes. Note that 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 Detail

      • SimplifiedAlbum

        public SimplifiedAlbum()