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

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

There is a newer version: 3.2.0
Show newest version
package com.groupbyinc.api.interfaces;

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

  Integer getTerms();

  Integer getTermsGreaterThan();

  Integer getMustMatch();

  Boolean getPercentage();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy