Package com.sforce.soap.partner
Interface IRenderEmailTemplateResult
- All Known Implementing Classes:
RenderEmailTemplateResult
public interface IRenderEmailTemplateResult
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 : bodyResults of type {urn:partner.soap.sforce.com}RenderEmailTemplateBodyResult java type: com.sforce.soap.partner.RenderEmailTemplateBodyResult[]IError[]element : errors of type {urn:partner.soap.sforce.com}Error java type: com.sforce.soap.partner.Error[]booleanelement : success of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanvoidsetBodyResults(IRenderEmailTemplateBodyResult[] bodyResults) voidvoidsetSuccess(boolean success)
-
Method Details
-
getBodyResults
IRenderEmailTemplateBodyResult[] getBodyResults()element : bodyResults of type {urn:partner.soap.sforce.com}RenderEmailTemplateBodyResult java type: com.sforce.soap.partner.RenderEmailTemplateBodyResult[] -
setBodyResults
-
getErrors
IError[] getErrors()element : errors of type {urn:partner.soap.sforce.com}Error java type: com.sforce.soap.partner.Error[] -
setErrors
-
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)
-