| java.lang.Object | |
| ↳ | com.workday.integrations.EmailTransportProtocolDataType |
Email Transport Protocol Data element
Java class for Email_Transport_Protocol_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Email_Transport_Protocol_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="To_Email_Address" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Cc_Internet_Email_Address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Bcc_Internet_Email_Address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="From_Internet_Email_Address" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Email_Subject" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Email_Text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| bccInternetEmailAddress | |||||||||||
| ccInternetEmailAddress | |||||||||||
| emailSubject | |||||||||||
| emailText | |||||||||||
| fromInternetEmailAddress | |||||||||||
| toEmailAddress | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the bccInternetEmailAddress property.
| |||||||||||
Gets the value of the ccInternetEmailAddress property.
| |||||||||||
Gets the value of the emailSubject property.
| |||||||||||
Gets the value of the emailText property.
| |||||||||||
Gets the value of the fromInternetEmailAddress property.
| |||||||||||
Gets the value of the toEmailAddress property.
| |||||||||||
Sets the value of the bccInternetEmailAddress property.
| |||||||||||
Sets the value of the ccInternetEmailAddress property.
| |||||||||||
Sets the value of the emailSubject property.
| |||||||||||
Sets the value of the emailText property.
| |||||||||||
Sets the value of the fromInternetEmailAddress property.
| |||||||||||
Sets the value of the toEmailAddress property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the bccInternetEmailAddress property.
Gets the value of the ccInternetEmailAddress property.
Gets the value of the emailSubject property.
Gets the value of the emailText property.
Gets the value of the fromInternetEmailAddress property.
Gets the value of the toEmailAddress property.
Sets the value of the bccInternetEmailAddress property.
| value | Allowed object is String |
|---|
Sets the value of the ccInternetEmailAddress property.
| value | Allowed object is String |
|---|
Sets the value of the emailSubject property.
| value | Allowed object is String |
|---|
Sets the value of the emailText property.
| value | Allowed object is String |
|---|
Sets the value of the fromInternetEmailAddress property.
| value | Allowed object is String |
|---|
Sets the value of the toEmailAddress property.
| value | Allowed object is String |
|---|