public class SendGrid
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SendGrid.Email |
static class |
SendGrid.Response |
| Constructor and Description |
|---|
SendGrid(java.lang.String username,
java.lang.String password) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.HttpEntity |
buildBody(SendGrid.Email email) |
java.lang.String |
getVersion() |
SendGrid.Response |
send(SendGrid.Email email) |
SendGrid |
setClient(org.apache.http.impl.client.CloseableHttpClient client) |
SendGrid |
setEndpoint(java.lang.String endpoint) |
SendGrid |
setUrl(java.lang.String url) |
public SendGrid setUrl(java.lang.String url)
public SendGrid setEndpoint(java.lang.String endpoint)
public java.lang.String getVersion()
public SendGrid setClient(org.apache.http.impl.client.CloseableHttpClient client)
public org.apache.http.HttpEntity buildBody(SendGrid.Email email)
public SendGrid.Response send(SendGrid.Email email) throws SendGridException
SendGridException