![JAR search and dependency download from the Maven repository](/logo.png)
co.fusionx.spotify.model.SimpleAlbum Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spotify-model Show documentation
Show all versions of spotify-model Show documentation
Spotify Model classes for Spotify APIs
The newest version!
package co.fusionx.spotify.model;
import java.util.Set;
public interface SimpleAlbum {
public String getAlbumType();
public Set getAvailableMarkets();
public ExternalURL getExternalURL();
public String getHref();
public String getId();
public Set extends Image> getImages();
public String getName();
public String getType();
public String getURI();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy