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

org.sourcelab.github.client.request.PageableRequest Maven / Gradle / Ivy

The newest version!
package org.sourcelab.github.client.request;

/**
 * Defines an API request.
 * @param  The parsed return type representing the response.
 */
public interface PageableRequest extends Request {
    void updatePageOptions(final PageOptions pageOptions);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy