|
||||||||||
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 Boolean |
bccSender
|
protected EmailPriority |
emailPriority
|
protected String |
replyTo
|
protected Boolean |
saveAsActivity
|
protected String |
senderDisplayName
|
protected String |
subject
|
protected Boolean |
useSignature
|
Constructor Summary | |
---|---|
Email()
|
Method Summary | |
---|---|
EmailPriority |
getEmailPriority()
Gets the value of the emailPriority property. |
String |
getReplyTo()
Gets the value of the replyTo property. |
String |
getSenderDisplayName()
Gets the value of the senderDisplayName property. |
String |
getSubject()
Gets the value of the subject property. |
Boolean |
isBccSender()
Gets the value of the bccSender property. |
Boolean |
isSaveAsActivity()
Gets the value of the saveAsActivity property. |
Boolean |
isUseSignature()
Gets the value of the useSignature property. |
void |
setBccSender(Boolean value)
Sets the value of the bccSender property. |
void |
setEmailPriority(EmailPriority value)
Sets the value of the emailPriority property. |
void |
setReplyTo(String value)
Sets the value of the replyTo property. |
void |
setSaveAsActivity(Boolean value)
Sets the value of the saveAsActivity property. |
void |
setSenderDisplayName(String value)
Sets the value of the senderDisplayName property. |
void |
setSubject(String value)
Sets the value of the subject property. |
void |
setUseSignature(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 Boolean bccSender
protected EmailPriority emailPriority
protected String replyTo
protected Boolean saveAsActivity
protected String senderDisplayName
protected String subject
protected Boolean useSignature
Constructor Detail |
---|
public Email()
Method Detail |
---|
public Boolean isBccSender()
Boolean
public void setBccSender(Boolean value)
value
- allowed object is
Boolean
public EmailPriority getEmailPriority()
EmailPriority
public void setEmailPriority(EmailPriority value)
value
- allowed object is
EmailPriority
public String getReplyTo()
String
public void setReplyTo(String value)
value
- allowed object is
String
public Boolean isSaveAsActivity()
Boolean
public void setSaveAsActivity(Boolean value)
value
- allowed object is
Boolean
public String getSenderDisplayName()
String
public void setSenderDisplayName(String value)
value
- allowed object is
String
public String getSubject()
String
public void setSubject(String value)
value
- allowed object is
String
public Boolean isUseSignature()
Boolean
public void setUseSignature(Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |