io.sphere.sdk.search.MetaModelSearchDsl Maven / Gradle / Ivy
package io.sphere.sdk.search;
import io.sphere.sdk.expansion.MetaModelExpansionDsl;
/**
*
* @param type of the search result
* @param type of the class implementing this class
* @param type of the sort model
* @param type of the filter model
* @param type of the facet model
* @param type of the expansion model
*/
public interface MetaModelSearchDsl, S, L, F, E> extends EntitySearch, SearchDsl,
MetaModelSortDsl, MetaModelFilterDsl, MetaModelFacetDsl, MetaModelExpansionDsl {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy