All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.groupbyinc.api.interfaces.PartialMatchRuleInterface Maven / Gradle / Ivy

package com.groupbyinc.api.interfaces;

/**
 * PartialMatchRule
 *
 * @author Ben Teichman
 */
public interface PartialMatchRuleInterface {

  Integer getTerms();

  Integer getTermsGreaterThan();

  Integer getMustMatch();

  Boolean getPercentage();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy