com.sforce.soap.partner
Class SingleEmailMessage
java.lang.Object
com.sforce.soap.partner.Email
com.sforce.soap.partner.SingleEmailMessage
- All Implemented Interfaces:
- com.sforce.ws.bind.XMLizable
public class SingleEmailMessage
- extends Email
Generated class, please do not edit.
| Methods inherited from class com.sforce.soap.partner.Email |
getBccSender, getEmailPriority, getReplyTo, getSaveAsActivity, getSenderDisplayName, getSubject, getUseSignature, setBccSender, setEmailPriority, setReplyTo, setSaveAsActivity, setSenderDisplayName, setSubject, setUseSignature |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SingleEmailMessage
public SingleEmailMessage()
- Constructor
getBccAddresses
public java.lang.String[] getBccAddresses()
setBccAddresses
public void setBccAddresses(java.lang.String[] bccAddresses)
getCcAddresses
public java.lang.String[] getCcAddresses()
setCcAddresses
public void setCcAddresses(java.lang.String[] ccAddresses)
getCharset
public java.lang.String getCharset()
setCharset
public void setCharset(java.lang.String charset)
getDocumentAttachments
public java.lang.String[] getDocumentAttachments()
setDocumentAttachments
public void setDocumentAttachments(java.lang.String[] documentAttachments)
getHtmlBody
public java.lang.String getHtmlBody()
setHtmlBody
public void setHtmlBody(java.lang.String htmlBody)
getInReplyTo
public java.lang.String getInReplyTo()
setInReplyTo
public void setInReplyTo(java.lang.String inReplyTo)
getFileAttachments
public EmailFileAttachment[] getFileAttachments()
setFileAttachments
public void setFileAttachments(EmailFileAttachment[] fileAttachments)
getOrgWideEmailAddressId
public java.lang.String getOrgWideEmailAddressId()
setOrgWideEmailAddressId
public void setOrgWideEmailAddressId(java.lang.String orgWideEmailAddressId)
getPlainTextBody
public java.lang.String getPlainTextBody()
setPlainTextBody
public void setPlainTextBody(java.lang.String plainTextBody)
getReferences
public java.lang.String getReferences()
setReferences
public void setReferences(java.lang.String references)
getTargetObjectId
public java.lang.String getTargetObjectId()
setTargetObjectId
public void setTargetObjectId(java.lang.String targetObjectId)
getTemplateId
public java.lang.String getTemplateId()
setTemplateId
public void setTemplateId(java.lang.String templateId)
getToAddresses
public java.lang.String[] getToAddresses()
setToAddresses
public void setToAddresses(java.lang.String[] toAddresses)
getWhatId
public java.lang.String getWhatId()
setWhatId
public void setWhatId(java.lang.String whatId)
write
public void write(javax.xml.namespace.QName __element,
com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws java.io.IOException
- Specified by:
write in interface com.sforce.ws.bind.XMLizable- Overrides:
write in class Email
- Throws:
java.io.IOException
writeFields
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws java.io.IOException
- Overrides:
writeFields in class Email
- Throws:
java.io.IOException
load
public void load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws java.io.IOException,
com.sforce.ws.ConnectionException
- Specified by:
load in interface com.sforce.ws.bind.XMLizable- Overrides:
load in class Email
- Throws:
java.io.IOException
com.sforce.ws.ConnectionException
loadFields
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws java.io.IOException,
com.sforce.ws.ConnectionException
- Overrides:
loadFields in class Email
- Throws:
java.io.IOException
com.sforce.ws.ConnectionException
toString
public java.lang.String toString()
- Overrides:
toString in class Email
Copyright © 2011. All Rights Reserved.