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

se.michaelthelin.spotify.requests.data.IPagingCursorbasedRequestBuilder Maven / Gradle / Ivy

There is a newer version: 9.0.0-RC1
Show newest version
package se.michaelthelin.spotify.requests.data;

import se.michaelthelin.spotify.model_objects.specification.PagingCursorbased;
import se.michaelthelin.spotify.requests.IRequest;

public interface IPagingCursorbasedRequestBuilder, ?>>
  extends IRequest.Builder, BT> {
  BT limit(final Integer limit);

  BT after(final A after);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy