se.michaelthelin.spotify.requests.data.IPagingRequestBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spotify-web-api-java Show documentation
Show all versions of spotify-web-api-java Show documentation
A Java client for Spotify's Web API
package se.michaelthelin.spotify.requests.data;
import se.michaelthelin.spotify.model_objects.specification.Paging;
import se.michaelthelin.spotify.requests.IRequest;
public interface IPagingRequestBuilder, ?>>
extends IRequest.Builder, BT> {
BT limit(final Integer limit);
BT offset(final Integer offset);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy