com.bigcommerce.catalog.models.PaginatedModel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bigcommerce-sdk Show documentation
Show all versions of bigcommerce-sdk Show documentation
Java SDK for BigCommerce REST APIs
package com.bigcommerce.catalog.models;
import java.util.List;
public interface PaginatedModel {
Pagination getPagination();
List getItems();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy