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[]
|
java.lang.String |
getContentType()
element : contentType of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getFileName()
element : fileName of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getId()
element : id of type {urn:partner.soap.sforce.com}ID
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(java.lang.String contentType) |
void |
setFileName(java.lang.String fileName) |
void |
setId(java.lang.String id) |
void |
setInline(boolean inline) |
byte[] getBody()
void setBody(byte[] body)
java.lang.String getContentType()
void setContentType(java.lang.String contentType)
java.lang.String getFileName()
void setFileName(java.lang.String fileName)
java.lang.String getId()
void setId(java.lang.String id)
boolean getInline()
boolean isInline()
void setInline(boolean inline)
Copyright © 2020. All Rights Reserved.