| java.lang.Object |
| ↳ |
com.sforce.soap.partner.Email |
Known Direct Subclasses
|
Class Overview
Generated class, please do not edit.
Summary
| Public Constructors |
|
|
Email()
Constructor
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
com.sforce.ws.bind.XMLizable
|
Fields
private
Boolean
bccSender
private
boolean
bccSender__is_set
private
static
final
TypeInfo
bccSender__typeInfo
element : bccSender of type {http://www.w3.org/2001/XMLSchema}boolean
java type: java.lang.Boolean
private
boolean
emailPriority__is_set
private
static
final
TypeInfo
emailPriority__typeInfo
element : emailPriority of type {urn:partner.soap.sforce.com}EmailPriority
java type: com.sforce.soap.partner.EmailPriority
private
boolean
replyTo__is_set
private
static
final
TypeInfo
replyTo__typeInfo
element : replyTo of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
private
Boolean
saveAsActivity
private
boolean
saveAsActivity__is_set
private
static
final
TypeInfo
saveAsActivity__typeInfo
element : saveAsActivity of type {http://www.w3.org/2001/XMLSchema}boolean
java type: java.lang.Boolean
private
String
senderDisplayName
private
boolean
senderDisplayName__is_set
private
static
final
TypeInfo
senderDisplayName__typeInfo
element : senderDisplayName of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
private
boolean
subject__is_set
private
static
final
TypeInfo
subject__typeInfo
element : subject of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
private
Boolean
useSignature
private
boolean
useSignature__is_set
private
static
final
TypeInfo
useSignature__typeInfo
element : useSignature of type {http://www.w3.org/2001/XMLSchema}boolean
java type: java.lang.Boolean
Public Constructors
Public Methods
public
Boolean
getBccSender
()
public
String
getReplyTo
()
public
Boolean
getSaveAsActivity
()
public
String
getSenderDisplayName
()
public
String
getSubject
()
public
Boolean
getUseSignature
()
load the fileds/children from the specified xml stream
Parameters
| __in
| Xml input stream from which the data is read |
| __typeMapper
| Type mapper to be used |
public
void
setBccSender
(Boolean bccSender)
public
void
setReplyTo
(String replyTo)
public
void
setSaveAsActivity
(Boolean saveAsActivity)
public
void
setSenderDisplayName
(String senderDisplayName)
public
void
setSubject
(String subject)
public
void
setUseSignature
(Boolean useSignature)
public
String
toString
()
public
void
write
(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)
write this instace as xml.
Parameters
| __element
| Xml element name |
| __out
| Xml output stream |
| __typeMapper
| Type mapper to be used |
Protected Methods