public class SingleEmailMessage extends Email implements Serializable
Constructor and Description |
---|
SingleEmailMessage() |
SingleEmailMessage(Boolean bccSender,
EmailPriority emailPriority,
String replyTo,
Boolean saveAsActivity,
String senderDisplayName,
String subject,
Boolean useSignature,
String[] bccAddresses,
String[] ccAddresses,
String charset,
String[] documentAttachments,
String htmlBody,
String inReplyTo,
EmailFileAttachment[] fileAttachments,
String orgWideEmailAddressId,
String plainTextBody,
String references,
String targetObjectId,
String templateId,
String[] toAddresses,
String whatId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String[] |
getBccAddresses()
Gets the bccAddresses value for this SingleEmailMessage.
|
String |
getBccAddresses(int i) |
String[] |
getCcAddresses()
Gets the ccAddresses value for this SingleEmailMessage.
|
String |
getCcAddresses(int i) |
String |
getCharset()
Gets the charset value for this SingleEmailMessage.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String[] |
getDocumentAttachments()
Gets the documentAttachments value for this SingleEmailMessage.
|
String |
getDocumentAttachments(int i) |
EmailFileAttachment[] |
getFileAttachments()
Gets the fileAttachments value for this SingleEmailMessage.
|
EmailFileAttachment |
getFileAttachments(int i) |
String |
getHtmlBody()
Gets the htmlBody value for this SingleEmailMessage.
|
String |
getInReplyTo()
Gets the inReplyTo value for this SingleEmailMessage.
|
String |
getOrgWideEmailAddressId()
Gets the orgWideEmailAddressId value for this SingleEmailMessage.
|
String |
getPlainTextBody()
Gets the plainTextBody value for this SingleEmailMessage.
|
String |
getReferences()
Gets the references value for this SingleEmailMessage.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getTargetObjectId()
Gets the targetObjectId value for this SingleEmailMessage.
|
String |
getTemplateId()
Gets the templateId value for this SingleEmailMessage.
|
String[] |
getToAddresses()
Gets the toAddresses value for this SingleEmailMessage.
|
String |
getToAddresses(int i) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getWhatId()
Gets the whatId value for this SingleEmailMessage.
|
int |
hashCode() |
void |
setBccAddresses(int i,
String _value) |
void |
setBccAddresses(String[] bccAddresses)
Sets the bccAddresses value for this SingleEmailMessage.
|
void |
setCcAddresses(int i,
String _value) |
void |
setCcAddresses(String[] ccAddresses)
Sets the ccAddresses value for this SingleEmailMessage.
|
void |
setCharset(String charset)
Sets the charset value for this SingleEmailMessage.
|
void |
setDocumentAttachments(int i,
String _value) |
void |
setDocumentAttachments(String[] documentAttachments)
Sets the documentAttachments value for this SingleEmailMessage.
|
void |
setFileAttachments(EmailFileAttachment[] fileAttachments)
Sets the fileAttachments value for this SingleEmailMessage.
|
void |
setFileAttachments(int i,
EmailFileAttachment _value) |
void |
setHtmlBody(String htmlBody)
Sets the htmlBody value for this SingleEmailMessage.
|
void |
setInReplyTo(String inReplyTo)
Sets the inReplyTo value for this SingleEmailMessage.
|
void |
setOrgWideEmailAddressId(String orgWideEmailAddressId)
Sets the orgWideEmailAddressId value for this SingleEmailMessage.
|
void |
setPlainTextBody(String plainTextBody)
Sets the plainTextBody value for this SingleEmailMessage.
|
void |
setReferences(String references)
Sets the references value for this SingleEmailMessage.
|
void |
setTargetObjectId(String targetObjectId)
Sets the targetObjectId value for this SingleEmailMessage.
|
void |
setTemplateId(String templateId)
Sets the templateId value for this SingleEmailMessage.
|
void |
setToAddresses(int i,
String _value) |
void |
setToAddresses(String[] toAddresses)
Sets the toAddresses value for this SingleEmailMessage.
|
void |
setWhatId(String whatId)
Sets the whatId value for this SingleEmailMessage.
|
getBccSender, getEmailPriority, getReplyTo, getSaveAsActivity, getSenderDisplayName, getSubject, getUseSignature, setBccSender, setEmailPriority, setReplyTo, setSaveAsActivity, setSenderDisplayName, setSubject, setUseSignature
public SingleEmailMessage()
public SingleEmailMessage(Boolean bccSender, EmailPriority emailPriority, String replyTo, Boolean saveAsActivity, String senderDisplayName, String subject, Boolean useSignature, String[] bccAddresses, String[] ccAddresses, String charset, String[] documentAttachments, String htmlBody, String inReplyTo, EmailFileAttachment[] fileAttachments, String orgWideEmailAddressId, String plainTextBody, String references, String targetObjectId, String templateId, String[] toAddresses, String whatId)
public String[] getBccAddresses()
public void setBccAddresses(String[] bccAddresses)
bccAddresses
- public String getBccAddresses(int i)
public void setBccAddresses(int i, String _value)
public String[] getCcAddresses()
public void setCcAddresses(String[] ccAddresses)
ccAddresses
- public String getCcAddresses(int i)
public void setCcAddresses(int i, String _value)
public String getCharset()
public void setCharset(String charset)
charset
- public String[] getDocumentAttachments()
public void setDocumentAttachments(String[] documentAttachments)
documentAttachments
- public String getDocumentAttachments(int i)
public void setDocumentAttachments(int i, String _value)
public String getHtmlBody()
public void setHtmlBody(String htmlBody)
htmlBody
- public String getInReplyTo()
public void setInReplyTo(String inReplyTo)
inReplyTo
- public EmailFileAttachment[] getFileAttachments()
public void setFileAttachments(EmailFileAttachment[] fileAttachments)
fileAttachments
- public EmailFileAttachment getFileAttachments(int i)
public void setFileAttachments(int i, EmailFileAttachment _value)
public String getOrgWideEmailAddressId()
public void setOrgWideEmailAddressId(String orgWideEmailAddressId)
orgWideEmailAddressId
- public String getPlainTextBody()
public void setPlainTextBody(String plainTextBody)
plainTextBody
- public String getReferences()
public void setReferences(String references)
references
- public String getTargetObjectId()
public void setTargetObjectId(String targetObjectId)
targetObjectId
- public String getTemplateId()
public void setTemplateId(String templateId)
templateId
- public String[] getToAddresses()
public void setToAddresses(String[] toAddresses)
toAddresses
- public String getToAddresses(int i)
public void setToAddresses(int i, String _value)
public String getWhatId()
public void setWhatId(String whatId)
whatId
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All rights reserved.