co.fusionx.spotify.model.SearchResult 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;
public interface SearchResult {
public PagingObject extends SimpleAlbum> getAlbums();
public PagingObject extends Artist> getArtists();
public PagingObject extends SimpleTrack> getTracks();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy