global class RefinementInput {
|
global ConnectApi.CommerceSearchAttributeType attributeType;
|
global String nameOrId;
|
global ConnectApi.CommerceSearchFacetType type;
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|