com.bigcommerce.catalog.models.CatalogSummaryResponse 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 javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement
public class CatalogSummaryResponse {
private CatalogSummary data;
public CatalogSummary getData() {
return data;
}
public void setData(CatalogSummary data) {
this.data = data;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy