Interface IRenderEmailTemplateRequest

All Known Implementing Classes:
RenderEmailTemplateRequest

public interface IRenderEmailTemplateRequest
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
  • Method Details

    • getEscapeHtmlInMergeFields

      boolean getEscapeHtmlInMergeFields()
      element : escapeHtmlInMergeFields of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    • isEscapeHtmlInMergeFields

      boolean isEscapeHtmlInMergeFields()
    • setEscapeHtmlInMergeFields

      void setEscapeHtmlInMergeFields(boolean escapeHtmlInMergeFields)
    • getTemplateBodies

      String[] getTemplateBodies()
      element : templateBodies of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]
    • setTemplateBodies

      void setTemplateBodies(String[] templateBodies)
    • getWhatId

      String getWhatId()
      element : whatId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
    • setWhatId

      void setWhatId(String whatId)
    • getWhoId

      String getWhoId()
      element : whoId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
    • setWhoId

      void setWhoId(String whoId)