Package com.sforce.soap.partner
Interface IEmailFileAttachment
-
- All Known Implementing Classes:
EmailFileAttachment
public interface IEmailFileAttachmentThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getBody()element : body of type {http://www.w3.org/2001/XMLSchema}base64Binary java type: byte[]StringgetContentType()element : contentType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetFileName()element : fileName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetId()element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringbooleangetInline()element : inline of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanisInline()voidsetBody(byte[] body)voidsetContentType(String contentType)voidsetFileName(String fileName)voidsetId(String id)voidsetInline(boolean inline)
-
-
-
Method Detail
-
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
void setContentType(String contentType)
-
getFileName
String getFileName()
element : fileName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setFileName
void setFileName(String fileName)
-
getId
String getId()
element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
-
setId
void setId(String id)
-
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)
-
-