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

co.fusionx.spotify.model.Album Maven / Gradle / Ivy

The newest version!
package co.fusionx.spotify.model;

import java.util.Set;

public interface Album extends SimpleAlbum {

    public Set getArtists();

    public ExternalID getExternalID();

    public Set getGenres();

    public int getPopularity();

    public String getReleaseDate();

    public String getReleaseDatePrecision();

    public PagingObject getTracks();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy