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

io.sphere.client.facets.MoneyRangeFacet Maven / Gradle / Ivy

There is a newer version: 0.72.1
Show newest version
package io.sphere.client.facets;

import io.sphere.client.model.SearchResult;
import io.sphere.client.model.facets.MoneyRangeFacetItem;
import io.sphere.client.model.facets.MoneyRangeFacetResult;

/** Money range facet component. */
public interface MoneyRangeFacet extends Facet {
    /** Returns the results for this facet.  */
    public  MoneyRangeFacetResult getResult(SearchResult searchResult);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy