
co.fusionx.spotify.model.Album Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of model Show documentation
Show all versions of model Show documentation
Spotify Model classes for Spotify APIs
The newest version!
package co.fusionx.spotify.model;
import java.util.Set;
public interface Album extends SimpleAlbum {
public Set extends SimpleArtist> getArtists();
public ExternalID getExternalID();
public Set getGenres();
public int getPopularity();
public String getReleaseDate();
public String getReleaseDatePrecision();
public PagingObject extends SimpleTrack> getTracks();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy