All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.jsone_studios.wrapper.spotify.models.Artist Maven / Gradle / Ivy

package de.jsone_studios.wrapper.spotify.models;

import java.util.List;

/**
 * Artist object model
 */
public class Artist extends ArtistSimple
{
    public Followers followers;
    public List genres;
    public List images;
    public int popularity;

    public Artist()
    {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy