All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.sphere.sdk.search.MetaModelSearchDsl Maven / Gradle / Ivy

There is a newer version: 1.0.0-M26
Show newest version
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 ResourceSearch, SearchDsl,
        MetaModelSortDsl, MetaModelFilterDsl, MetaModelFacetDsl, MetaModelExpansionDsl, FacetedSearchDsl {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy