
co.fusionx.spotify.component.TrackComponent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spotify-web-api Show documentation
Show all versions of spotify-web-api Show documentation
Library which allows easy async and sync access to the Spotify Web APIs
The newest version!
package co.fusionx.spotify.component;
import java.util.Collection;
import java.util.List;
import co.fusionx.spotify.model.Track;
public interface TrackComponent {
public Track getTrack(final String id);
public List extends Track> getTracks(final Collection ids);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy