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

      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[]
      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
      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​(String contentType)  
      void setFileName​(String fileName)  
      void setId​(String id)  
      void setInline​(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)