public static class SendGrid.Attachment
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.io.InputStream |
contents |
java.lang.String |
name |
| Constructor and Description |
|---|
SendGrid.Attachment(java.io.File file) |
SendGrid.Attachment(java.lang.String name,
java.io.InputStream contents) |