public interface IEmailFileAttachment
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBody()
element : body of type {http://www.w3.org/2001/XMLSchema}base64Binary
java type: byte[]
|
String |
getContentType()
element : contentType of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getFileName()
element : fileName of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
boolean |
getInline()
element : inline of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
isInline() |
void |
setBody(byte[] body) |
void |
setContentType(String contentType) |
void |
setFileName(String fileName) |
void |
setInline(boolean inline) |
byte[] getBody()
void setBody(byte[] body)
String getContentType()
void setContentType(String contentType)
String getFileName()
void setFileName(String fileName)
boolean getInline()
boolean isInline()
void setInline(boolean inline)
Copyright © 2015. All Rights Reserved.