| java.lang.Object | ||
| ↳ | com.clarizen.api.BaseMessage | |
| ↳ | com.clarizen.api.SendEMailMessage | |
Java class for SendEMailMessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SendEMailMessage">
<complexContent>
<extension base="{http://clarizen.com/api}BaseMessage">
<sequence>
<element name="AccessType" type="{http://clarizen.com/api}AccessType" minOccurs="0"/>
<element name="Body" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Recipients" type="{http://clarizen.com/api}ArrayOfRecipient" minOccurs="0"/>
<element name="RelatedEntity" type="{http://clarizen.com/api}EntityId" minOccurs="0"/>
<element name="Subject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accessType | |||||||||||
| body | |||||||||||
| recipients | |||||||||||
| relatedEntity | |||||||||||
| subject | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accessType property.
| |||||||||||
Gets the value of the body property.
| |||||||||||
Gets the value of the recipients property.
| |||||||||||
Gets the value of the relatedEntity property.
| |||||||||||
Gets the value of the subject property.
| |||||||||||
Sets the value of the accessType property.
| |||||||||||
Sets the value of the body property.
| |||||||||||
Sets the value of the recipients property.
| |||||||||||
Sets the value of the relatedEntity property.
| |||||||||||
Sets the value of the subject property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the accessType property.
AccessType
Gets the value of the body property.
Gets the value of the recipients property.
ArrayOfRecipient
Gets the value of the relatedEntity property.
EntityId
Gets the value of the subject property.
Sets the value of the accessType property.
| value | Allowed object is
AccessType
|
|---|
Sets the value of the body property.
| value | Allowed object is String |
|---|
Sets the value of the recipients property.
| value | Allowed object is
ArrayOfRecipient
|
|---|
Sets the value of the relatedEntity property.
| value | Allowed object is
EntityId
|
|---|
Sets the value of the subject property.
| value | Allowed object is String |
|---|