Class Album


public class Album extends AlbumBase
AlbumObject
  • Field Details

    • 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.

    • copyrights

      public List<Copyright> copyrights

      The copyright statements of the album.

    • externalIds

      public ExternalId externalIds

      Known external IDs for the album.

    • genres

      public List<String> genres

      A list of the genres the album is associated with. If not yet classified, the array is empty.

    • label

      public String label

      The label associated with the album.

    • popularity

      public int popularity

      The popularity of the album. The value will be between 0 and 100, with 100 being the most popular.

    • tracks

      public Paging<SimplifiedTrack> tracks

      The tracks of the album.

  • Constructor Details

    • Album

      public Album()