Package com.sforce.soap.partner
Interface IEmailFileAttachment
- All Known Implementing Classes:
EmailFileAttachment
public interface IEmailFileAttachment
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]getBody()element : body of type {http://www.w3.org/2001/XMLSchema}base64Binary java type: byte[]element : contentType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : fileName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringgetId()element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringbooleanelement : inline of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanisInline()voidsetBody(byte[] body) voidsetContentType(String contentType) voidsetFileName(String fileName) voidvoidsetInline(boolean inline)
-
Method Details
-
getBody
byte[] getBody()element : body of type {http://www.w3.org/2001/XMLSchema}base64Binary java type: byte[] -
setBody
void setBody(byte[] body) -
getContentType
String getContentType()element : contentType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setContentType
-
getFileName
String getFileName()element : fileName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setFileName
-
getId
String getId()element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.String -
setId
-
getInline
boolean getInline()element : inline of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean -
isInline
boolean isInline() -
setInline
void setInline(boolean inline)
-