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

com.wrapper.spotify.requests.data.IPagingRequestBuilder Maven / Gradle / Ivy

There is a newer version: 9.1.1
Show newest version
package com.wrapper.spotify.requests.data;

import com.wrapper.spotify.model_objects.specification.Paging;
import com.wrapper.spotify.requests.IRequest;

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

  BT offset(final Integer offset);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy