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 Type
    Method
    Description
    byte[]
    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.String
    element : fileName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
    boolean
    element : inline of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    boolean
     
    void
    setBody(byte[] body)
     
    void
    setContentType(String contentType)
     
    void
    setFileName(String fileName)
     
    void
     
    void
    setInline(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

      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)