Package com.sforce.soap.partner
Class Email
java.lang.Object
com.sforce.soap.partner.Email
- All Implemented Interfaces:
IEmail,com.sforce.ws.bind.XMLizable
- 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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidloadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetBccSender(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetBccSender(Boolean bccSender)voidsetEmailPriority(EmailPriority emailPriority)protected voidsetEmailPriority(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetReplyTo(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetReplyTo(String replyTo)protected voidsetSaveAsActivity(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetSaveAsActivity(Boolean saveAsActivity)protected voidsetSenderDisplayName(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetSenderDisplayName(String senderDisplayName)protected voidsetSubject(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetSubject(String subject)protected voidsetUseSignature(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetUseSignature(Boolean useSignature)toString()voidwrite(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidwriteFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
write
public void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException- Specified by:
writein interfacecom.sforce.ws.bind.XMLizable- Throws:
IOException
-
writeFields
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException- Throws:
IOException
-
load
public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Specified by:
loadin interfacecom.sforce.ws.bind.XMLizable- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
loadFields
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
toString
-