Package com.sforce.soap.partner
Interface ISendEmailError
- All Known Implementing Classes:
SendEmailError
public interface ISendEmailError
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 TypeMethodDescriptionString[]element : fields 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.Stringelement : statusCode of type {urn:partner.soap.sforce.com}StatusCode java type: com.sforce.soap.partner.StatusCodeelement : targetObjectId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringvoidvoidsetMessage(String message) voidsetStatusCode(StatusCode statusCode) voidsetTargetObjectId(String targetObjectId)
-
Method Details
-
getFields
String[] getFields()element : fields of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[] -
setFields
-
getMessage
String getMessage()element : message of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setMessage
-
getStatusCode
StatusCode getStatusCode()element : statusCode of type {urn:partner.soap.sforce.com}StatusCode java type: com.sforce.soap.partner.StatusCode -
setStatusCode
-
getTargetObjectId
String getTargetObjectId()element : targetObjectId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String -
setTargetObjectId
-