Package com.sforce.soap.partner
Class Email
java.lang.Object
com.sforce.soap.partner.Email
- Direct Known Subclasses:
MassEmailMessage,SingleEmailMessage
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionelement : bccSender of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Booleanelement : emailPriority of type {urn:partner.soap.sforce.com}EmailPriority java type: com.sforce.soap.partner.EmailPriorityelement : replyTo of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : saveAsActivity of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Booleanelement : senderDisplayName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : subject of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : useSignature of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Booleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetBccSender(XmlInputStream __in, TypeMapper __typeMapper) voidsetBccSender(Boolean bccSender) voidsetEmailPriority(EmailPriority emailPriority) protected voidsetEmailPriority(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetReplyTo(XmlInputStream __in, TypeMapper __typeMapper) voidsetReplyTo(String replyTo) protected voidsetSaveAsActivity(XmlInputStream __in, TypeMapper __typeMapper) voidsetSaveAsActivity(Boolean saveAsActivity) protected voidsetSenderDisplayName(XmlInputStream __in, TypeMapper __typeMapper) voidsetSenderDisplayName(String senderDisplayName) protected voidsetSubject(XmlInputStream __in, TypeMapper __typeMapper) voidsetSubject(String subject) protected voidsetUseSignature(XmlInputStream __in, TypeMapper __typeMapper) voidsetUseSignature(Boolean useSignature) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
Email
public Email()Constructor
-
-
Method Details
-
getBccSender
Description copied from interface:IEmailelement : bccSender of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean- Specified by:
getBccSenderin interfaceIEmail
-
setBccSender
- Specified by:
setBccSenderin interfaceIEmail
-
setBccSender
protected void setBccSender(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEmailPriority
Description copied from interface:IEmailelement : emailPriority of type {urn:partner.soap.sforce.com}EmailPriority java type: com.sforce.soap.partner.EmailPriority- Specified by:
getEmailPriorityin interfaceIEmail
-
setEmailPriority
- Specified by:
setEmailPriorityin interfaceIEmail
-
setEmailPriority
protected void setEmailPriority(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getReplyTo
Description copied from interface:IEmailelement : replyTo of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getReplyToin interfaceIEmail
-
setReplyTo
- Specified by:
setReplyToin interfaceIEmail
-
setReplyTo
protected void setReplyTo(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSaveAsActivity
Description copied from interface:IEmailelement : saveAsActivity of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean- Specified by:
getSaveAsActivityin interfaceIEmail
-
setSaveAsActivity
- Specified by:
setSaveAsActivityin interfaceIEmail
-
setSaveAsActivity
protected void setSaveAsActivity(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSenderDisplayName
Description copied from interface:IEmailelement : senderDisplayName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getSenderDisplayNamein interfaceIEmail
-
setSenderDisplayName
- Specified by:
setSenderDisplayNamein interfaceIEmail
-
setSenderDisplayName
protected void setSenderDisplayName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSubject
Description copied from interface:IEmailelement : subject of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getSubjectin interfaceIEmail
-
setSubject
- Specified by:
setSubjectin interfaceIEmail
-
setSubject
protected void setSubject(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getUseSignature
Description copied from interface:IEmailelement : useSignature of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean- Specified by:
getUseSignaturein interfaceIEmail
-
setUseSignature
- Specified by:
setUseSignaturein interfaceIEmail
-
setUseSignature
protected void setUseSignature(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException - Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
toString
-