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 Detail

      • 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)