@ConsumerType
public interface CommerceFacet
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayName()
Get the display name of this facet, as it should be presented to the user
|
java.lang.String |
getId()
Get the unique id of this facet
|
java.util.List<CommerceFacetValue> |
getValues()
Get the list of values (selected or not) for this facet
|
boolean |
isMultiSelect()
Get whether multiple values can be selected for this facet or not
|
java.lang.String getId()
java.lang.String getDisplayName()
boolean isMultiSelect()
java.util.List<CommerceFacetValue> getValues()
Copyright © 2010 - 2020 Adobe. All Rights Reserved