CommerceFacet.java
476 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* aQute.bnd.annotation.ConsumerType
*/
package com.adobe.cq.commerce.api;
import aQute.bnd.annotation.ConsumerType;
import com.adobe.cq.commerce.api.CommerceFacetValue;
import java.util.List;
@ConsumerType
public interface CommerceFacet {
public String getId();
public String getDisplayName();
public boolean isMultiSelect();
public List<CommerceFacetValue> getValues();
}