Class EmailBuilder.EmailAttachment
java.lang.Object
org.summerboot.jexpress.integration.smtp.EmailBuilder.EmailAttachment
- All Implemented Interfaces:
Serializable
- Enclosing class:
- EmailBuilder
- See Also:
-
Field Details
-
type
-
dataStream
protected final byte[] dataStream -
fileName
-
cid
-
-
Constructor Details
-
EmailAttachment
- Parameters:
type- - the file extention, ie. "pdf", imagedataStream-fileName-cid-
-
-
Method Details
-
getType
-
getDataStream
public byte[] getDataStream() -
getFileName
-
getCid
-
setCid
-