
com.indix.models.searchResult.UniversalSearchResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apiv2-java-client Show documentation
Show all versions of apiv2-java-client Show documentation
Java client which is used to access API V2 endpoints
The newest version!
package com.indix.models.searchResult;
import com.indix.models.product.UniversalProduct;
import java.util.List;
public class UniversalSearchResult extends SearchResult {
private List products;
public List getProducts() {
return products;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy