
com.indix.models.metadataResult.CategoriesResult 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.metadataResult;
import com.indix.models.metadata.Category;
import java.util.List;
public class CategoriesResult {
private List categories;
public List getCategories() {
return categories;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy