com.sforce.soap.partner
Class Email

java.lang.Object
  extended by com.sforce.soap.partner.Email
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MassEmailMessage, SingleEmailMessage

public class Email
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Email()
           
Email(java.lang.Boolean bccSender, EmailPriority emailPriority, java.lang.String replyTo, java.lang.Boolean saveAsActivity, java.lang.String senderDisplayName, java.lang.String subject, java.lang.Boolean useSignature)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Boolean getBccSender()
          Gets the bccSender value for this Email.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 EmailPriority getEmailPriority()
          Gets the emailPriority value for this Email.
 java.lang.String getReplyTo()
          Gets the replyTo value for this Email.
 java.lang.Boolean getSaveAsActivity()
          Gets the saveAsActivity value for this Email.
 java.lang.String getSenderDisplayName()
          Gets the senderDisplayName value for this Email.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getSubject()
          Gets the subject value for this Email.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.Boolean getUseSignature()
          Gets the useSignature value for this Email.
 int hashCode()
           
 void setBccSender(java.lang.Boolean bccSender)
          Sets the bccSender value for this Email.
 void setEmailPriority(EmailPriority emailPriority)
          Sets the emailPriority value for this Email.
 void setReplyTo(java.lang.String replyTo)
          Sets the replyTo value for this Email.
 void setSaveAsActivity(java.lang.Boolean saveAsActivity)
          Sets the saveAsActivity value for this Email.
 void setSenderDisplayName(java.lang.String senderDisplayName)
          Sets the senderDisplayName value for this Email.
 void setSubject(java.lang.String subject)
          Sets the subject value for this Email.
 void setUseSignature(java.lang.Boolean useSignature)
          Sets the useSignature value for this Email.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Email

public Email()

Email

public Email(java.lang.Boolean bccSender,
             EmailPriority emailPriority,
             java.lang.String replyTo,
             java.lang.Boolean saveAsActivity,
             java.lang.String senderDisplayName,
             java.lang.String subject,
             java.lang.Boolean useSignature)
Method Detail

getBccSender

public java.lang.Boolean getBccSender()
Gets the bccSender value for this Email.

Returns:
bccSender

setBccSender

public void setBccSender(java.lang.Boolean bccSender)
Sets the bccSender value for this Email.

Parameters:
bccSender -

getEmailPriority

public EmailPriority getEmailPriority()
Gets the emailPriority value for this Email.

Returns:
emailPriority

setEmailPriority

public void setEmailPriority(EmailPriority emailPriority)
Sets the emailPriority value for this Email.

Parameters:
emailPriority -

getReplyTo

public java.lang.String getReplyTo()
Gets the replyTo value for this Email.

Returns:
replyTo

setReplyTo

public void setReplyTo(java.lang.String replyTo)
Sets the replyTo value for this Email.

Parameters:
replyTo -

getSaveAsActivity

public java.lang.Boolean getSaveAsActivity()
Gets the saveAsActivity value for this Email.

Returns:
saveAsActivity

setSaveAsActivity

public void setSaveAsActivity(java.lang.Boolean saveAsActivity)
Sets the saveAsActivity value for this Email.

Parameters:
saveAsActivity -

getSenderDisplayName

public java.lang.String getSenderDisplayName()
Gets the senderDisplayName value for this Email.

Returns:
senderDisplayName

setSenderDisplayName

public void setSenderDisplayName(java.lang.String senderDisplayName)
Sets the senderDisplayName value for this Email.

Parameters:
senderDisplayName -

getSubject

public java.lang.String getSubject()
Gets the subject value for this Email.

Returns:
subject

setSubject

public void setSubject(java.lang.String subject)
Sets the subject value for this Email.

Parameters:
subject -

getUseSignature

public java.lang.Boolean getUseSignature()
Gets the useSignature value for this Email.

Returns:
useSignature

setUseSignature

public void setUseSignature(java.lang.Boolean useSignature)
Sets the useSignature value for this Email.

Parameters:
useSignature -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2009. All Rights Reserved.