Package com.sforce.soap.partner
Interface ISendEmailResult
- All Known Implementing Classes:
SendEmailResult
public interface ISendEmailResult
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 : errors of type {urn:partner.soap.sforce.com}SendEmailError java type: com.sforce.soap.partner.SendEmailError[]booleanelement : success of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanvoidsetErrors(ISendEmailError[] errors) voidsetSuccess(boolean success)
-
Method Details
-
getErrors
ISendEmailError[] getErrors()element : errors of type {urn:partner.soap.sforce.com}SendEmailError java type: com.sforce.soap.partner.SendEmailError[] -
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)
-