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

com.braintreegateway.SimplePager Maven / Gradle / Ivy

The newest version!
package com.braintreegateway;

public interface SimplePager {
    public PaginatedResult getPage(int page);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy