Uses of Class
com.broadleafcommerce.search.api.domain.FacetValue
-
Packages that use FacetValue Package Description com.broadleafcommerce.search.api.domain -
-
Uses of FacetValue in com.broadleafcommerce.search.api.domain
Methods in com.broadleafcommerce.search.api.domain that return types with arguments of type FacetValue Modifier and Type Method Description List<FacetValue>
FacetResponse. getValues()
The values returned from search for this facet.Method parameters in com.broadleafcommerce.search.api.domain with type arguments of type FacetValue Modifier and Type Method Description void
FacetResponse. setValues(List<FacetValue> values)
The values returned from search for this facet.
-