A C G N S W 

A

addAttachment(SendGrid.Attachment) - Method in class com.github.sendgrid.SendGrid
 
addAttachment(File) - Method in class com.github.sendgrid.SendGrid
 
addCategory(String) - Method in class com.github.sendgrid.SendGrid
Adds an email category to an email flowing through the SendGrid API.
addFile(SendGrid.Attachment) - Method in class com.github.sendgrid.SendGrid
 
addFile(File) - Method in class com.github.sendgrid.SendGrid
 
addFilter(String, String, Object) - Method in class com.github.sendgrid.SendGrid
Adds support for additional filters/apps in the SendGrid API mail model.
addHeader(String, String) - Method in class com.github.sendgrid.SendGrid
 
addTo(String) - Method in class com.github.sendgrid.SendGrid
 
addToName(String) - Method in class com.github.sendgrid.SendGrid
 

C

com.github.sendgrid - package com.github.sendgrid
 
contents - Variable in class com.github.sendgrid.SendGrid.Attachment
 

G

getAttachments() - Method in class com.github.sendgrid.SendGrid
 
getBcc() - Method in class com.github.sendgrid.SendGrid
 
getFrom() - Method in class com.github.sendgrid.SendGrid
 
getFromName() - Method in class com.github.sendgrid.SendGrid
 
getHeaders() - Method in class com.github.sendgrid.SendGrid
 
getHtml() - Method in class com.github.sendgrid.SendGrid
 
getReplyTo() - Method in class com.github.sendgrid.SendGrid
 
getSubject() - Method in class com.github.sendgrid.SendGrid
 
getText() - Method in class com.github.sendgrid.SendGrid
 
getToNames() - Method in class com.github.sendgrid.SendGrid
 
getTos() - Method in class com.github.sendgrid.SendGrid
 

N

name - Variable in class com.github.sendgrid.SendGrid.Attachment
 

S

send() - Method in class com.github.sendgrid.SendGrid
 
SendGrid - Class in com.github.sendgrid
 
SendGrid(String, String) - Constructor for class com.github.sendgrid.SendGrid
 
SendGrid.Attachment - Class in com.github.sendgrid
 
SendGrid.Attachment(File) - Constructor for class com.github.sendgrid.SendGrid.Attachment
 
SendGrid.Attachment(String, InputStream) - Constructor for class com.github.sendgrid.SendGrid.Attachment
 
setBcc(String) - Method in class com.github.sendgrid.SendGrid
 
setFrom(String) - Method in class com.github.sendgrid.SendGrid
 
setFromName(String) - Method in class com.github.sendgrid.SendGrid
 
setHtml(String) - Method in class com.github.sendgrid.SendGrid
 
setReplyTo(String) - Method in class com.github.sendgrid.SendGrid
 
setSubject(String) - Method in class com.github.sendgrid.SendGrid
 
setText(String) - Method in class com.github.sendgrid.SendGrid
 

W

web() - Method in class com.github.sendgrid.SendGrid
 
A C G N S W