Class LoyaltyMembershipAttributeCriteria

    • Constructor Detail

      • LoyaltyMembershipAttributeCriteria

        public LoyaltyMembershipAttributeCriteria()
    • 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:
        getCriteriaType in interface SearchCriteria
        Returns:
        the criteria type as a string.
      • toString

        public String toString()
        Returns a string representation of this criteria.

        This method invokes the toString() method of the superclass.

        Overrides:
        toString in class Object
        Returns:
        a string representation of the object.