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

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

The newest version!
package com.groupbyinc.api.interfaces;

public interface PartialMatchRuleInterface {

  Integer getTerms();

  Integer getTermsGreaterThan();

  Integer getMustMatch();

  Boolean getPercentage();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy