-
public final class UploadAttachmentOptionsOptions for uploading files for attachments. When sending emails with the API that require attachments first upload each attachment. Then use the returned attachment ID in your
SendEmailOptionswhen sending an email. This way you can use attachments multiple times once they have been uploaded.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringbase64Contentsprivate final StringcontentTypeprivate final Stringfilename
-
Constructor Summary
Constructors Constructor Description UploadAttachmentOptions(String base64Contents, String contentType, String filename)
-
Method Summary
Modifier and Type Method Description final StringgetBase64Contents()final StringgetContentType()final StringgetFilename()-
-
Method Detail
-
getBase64Contents
final String getBase64Contents()
-
getContentType
final String getContentType()
-
getFilename
final String getFilename()
-
-
-
-