|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sforce.soap.partner.Email
public class Email
Java class for Email complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Email">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="bccSender" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="emailPriority" type="{urn:partner.soap.sforce.com}EmailPriority"/>
<element name="replyTo" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="saveAsActivity" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="senderDisplayName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="subject" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="useSignature" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Boolean |
bccSender
|
protected EmailPriority |
emailPriority
|
protected java.lang.String |
replyTo
|
protected java.lang.Boolean |
saveAsActivity
|
protected java.lang.String |
senderDisplayName
|
protected java.lang.String |
subject
|
protected java.lang.Boolean |
useSignature
|
| Constructor Summary | |
|---|---|
Email()
|
|
| Method Summary | |
|---|---|
EmailPriority |
getEmailPriority()
Gets the value of the emailPriority property. |
java.lang.String |
getReplyTo()
Gets the value of the replyTo property. |
java.lang.String |
getSenderDisplayName()
Gets the value of the senderDisplayName property. |
java.lang.String |
getSubject()
Gets the value of the subject property. |
java.lang.Boolean |
isBccSender()
Gets the value of the bccSender property. |
java.lang.Boolean |
isSaveAsActivity()
Gets the value of the saveAsActivity property. |
java.lang.Boolean |
isUseSignature()
Gets the value of the useSignature property. |
void |
setBccSender(java.lang.Boolean value)
Sets the value of the bccSender property. |
void |
setEmailPriority(EmailPriority value)
Sets the value of the emailPriority property. |
void |
setReplyTo(java.lang.String value)
Sets the value of the replyTo property. |
void |
setSaveAsActivity(java.lang.Boolean value)
Sets the value of the saveAsActivity property. |
void |
setSenderDisplayName(java.lang.String value)
Sets the value of the senderDisplayName property. |
void |
setSubject(java.lang.String value)
Sets the value of the subject property. |
void |
setUseSignature(java.lang.Boolean value)
Sets the value of the useSignature property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Boolean bccSender
protected EmailPriority emailPriority
protected java.lang.String replyTo
protected java.lang.Boolean saveAsActivity
protected java.lang.String senderDisplayName
protected java.lang.String subject
protected java.lang.Boolean useSignature
| Constructor Detail |
|---|
public Email()
| Method Detail |
|---|
public java.lang.Boolean isBccSender()
Booleanpublic void setBccSender(java.lang.Boolean value)
value - allowed object is
Booleanpublic EmailPriority getEmailPriority()
EmailPrioritypublic void setEmailPriority(EmailPriority value)
value - allowed object is
EmailPrioritypublic java.lang.String getReplyTo()
Stringpublic void setReplyTo(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isSaveAsActivity()
Booleanpublic void setSaveAsActivity(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getSenderDisplayName()
Stringpublic void setSenderDisplayName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSubject()
Stringpublic void setSubject(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isUseSignature()
Booleanpublic void setUseSignature(java.lang.Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||