panda.tube.sendgrid.SpamCheckSetting Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of panda-tube-sendgrid Show documentation
Show all versions of panda-tube-sendgrid Show documentation
Panda Tube SendGrid is a Web Service API client for SendGrid.
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;
}