Package com.sforce.soap.partner
Interface IRenderEmailTemplateError
- All Known Implementing Classes:
RenderEmailTemplateError
public interface IRenderEmailTemplateError
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 : fieldName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : message of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringintelement : offset of type {http://www.w3.org/2001/XMLSchema}int java type: intelement : statusCode of type {urn:partner.soap.sforce.com}StatusCode java type: com.sforce.soap.partner.StatusCodevoidsetFieldName(String fieldName) voidsetMessage(String message) voidsetOffset(int offset) voidsetStatusCode(StatusCode statusCode)
-
Method Details
-
getFieldName
String getFieldName()element : fieldName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setFieldName
-
getMessage
String getMessage()element : message of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setMessage
-
getOffset
int getOffset()element : offset of type {http://www.w3.org/2001/XMLSchema}int java type: int -
setOffset
void setOffset(int offset) -
getStatusCode
StatusCode getStatusCode()element : statusCode of type {urn:partner.soap.sforce.com}StatusCode java type: com.sforce.soap.partner.StatusCode -
setStatusCode
-