Class LoyaltyMembershipAttributeCriteria
- java.lang.Object
-
- com.inteliqua.rest.common.criteria.AttributeCriteria
-
- com.inteliqua.rest.customer.search.criteria.member.LoyaltyMembershipAttributeCriteria
-
- All Implemented Interfaces:
SearchCriteria,PersonCriteria,LoyaltyMembershipCriteria
public class LoyaltyMembershipAttributeCriteria extends AttributeCriteria implements LoyaltyMembershipCriteria
Represents the criteria for searching loyalty customers using custom attributes stored in the Eliqua.CX system.This class extends
AttributeCriteriaand implementsLoyaltyMembershipCriteria, allowing searches based on custom loyalty-related attributes.- Author:
- nikritikos
-
-
Constructor Summary
Constructors Constructor Description LoyaltyMembershipAttributeCriteria()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCriteriaType()Retrieves the criteria type for loyalty membership attributes.StringtoString()Returns a string representation of this criteria.-
Methods inherited from class com.inteliqua.rest.common.criteria.AttributeCriteria
getAttribute, setAttribute
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
The criteria type representing customer loyalty attributes.- See Also:
- Constant Field Values
-
-
Method Detail
-
getCriteriaType
public String getCriteriaType()
Retrieves the criteria type for loyalty membership attributes.This method returns a constant value
CUSTOMER_LOYALTY_ATTRIBUTE, which represents that the search is based on custom loyalty attributes.- Specified by:
getCriteriaTypein interfaceSearchCriteria- Returns:
- the criteria type as a string.
-
-