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

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

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

public interface SearchResult {

    public PagingObject getAlbums();

    public PagingObject getArtists();

    public PagingObject getTracks();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy