Package com.sforce.soap.partner
Interface IRenderEmailTemplateBodyResult
- All Known Implementing Classes:
RenderEmailTemplateBodyResult
public interface IRenderEmailTemplateBodyResult
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 TypeMethodDescriptionelement : errors of type {urn:partner.soap.sforce.com}RenderEmailTemplateError java type: com.sforce.soap.partner.RenderEmailTemplateError[]element : mergedBody of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbooleanelement : success of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanvoidsetErrors(IRenderEmailTemplateError[] errors) voidsetMergedBody(String mergedBody) voidsetSuccess(boolean success)
-
Method Details
-
getErrors
IRenderEmailTemplateError[] getErrors()element : errors of type {urn:partner.soap.sforce.com}RenderEmailTemplateError java type: com.sforce.soap.partner.RenderEmailTemplateError[] -
setErrors
-
getMergedBody
String getMergedBody()element : mergedBody of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setMergedBody
-
getSuccess
boolean getSuccess()element : success of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean -
isSuccess
boolean isSuccess() -
setSuccess
void setSuccess(boolean success)
-