Package com.sforce.soap.partner
Interface IRenderEmailTemplateRequest
-
- All Known Implementing Classes:
RenderEmailTemplateRequest
public interface IRenderEmailTemplateRequestThis 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 booleangetEscapeHtmlInMergeFields()element : escapeHtmlInMergeFields of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanString[]getTemplateBodies()element : templateBodies of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]StringgetWhatId()element : whatId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringStringgetWhoId()element : whoId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringbooleanisEscapeHtmlInMergeFields()voidsetEscapeHtmlInMergeFields(boolean escapeHtmlInMergeFields)voidsetTemplateBodies(String[] templateBodies)voidsetWhatId(String whatId)voidsetWhoId(String whoId)
-
-
-
Method Detail
-
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)
-
-