
co.fusionx.spotify.component.BaseComponent 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 co.fusionx.spotify.model.PagingObject;
public interface BaseComponent {
public U previousPage(PagingObject pagingObject, Class result);
public U nextPage(PagingObject pagingObject, Class result);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy