Class Artist

java.lang.Object
de.sonallux.spotify.api.models.BaseObject
de.sonallux.spotify.api.models.Artist

public class Artist extends BaseObject
ArtistObject
  • Field Details

    • externalUrls

      public ExternalUrl externalUrls

      Known external URLs for this artist.

    • followers

      public Followers followers

      Information about the followers of the artist.

    • genres

      public List<String> genres

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

    • images

      public List<Image> images

      Images of the artist in various sizes, widest first.

    • name

      public String name

      The name of the artist.

    • popularity

      public int popularity

      The popularity of the artist. The value will be between 0 and 100, with 100 being the most popular. The artist's popularity is calculated from the popularity of all the artist's tracks.

  • Constructor Details

    • Artist

      public Artist()