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 Type
    Method
    Description
    element : fieldName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : message of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    int
    element : offset of type {http://www.w3.org/2001/XMLSchema}int java type: int
    element : statusCode of type {urn:partner.soap.sforce.com}StatusCode java type: com.sforce.soap.partner.StatusCode
    void
    setFieldName(String fieldName)
     
    void
    setMessage(String message)
     
    void
    setOffset(int offset)
     
    void
     
  • Method Details

    • getFieldName

      String getFieldName()
      element : fieldName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setFieldName

      void setFieldName(String fieldName)
    • getMessage

      String getMessage()
      element : message of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setMessage

      void setMessage(String message)
    • 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

      void setStatusCode(StatusCode statusCode)