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

panda.tube.sendgrid.SpamCheckSetting Maven / Gradle / Ivy

There is a newer version: 1.8.0
Show newest version
package panda.tube.sendgrid;

/**
 * A setting object that allows you to test the content of your email for spam.
 */
public class SpamCheckSetting {
	public Boolean enable;
	public Integer threshold;
	public String post_to_url;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy