public class

SendEMailMessage

extends BaseMessage
java.lang.Object
   ↳ com.clarizen.api.BaseMessage
     ↳ com.clarizen.api.SendEMailMessage

Class Overview

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>
 

Summary

Fields
protected AccessType accessType
protected String body
protected ArrayOfRecipient recipients
protected EntityId relatedEntity
protected String subject
Public Constructors
SendEMailMessage()
Public Methods
AccessType getAccessType()
Gets the value of the accessType property.
String getBody()
Gets the value of the body property.
ArrayOfRecipient getRecipients()
Gets the value of the recipients property.
EntityId getRelatedEntity()
Gets the value of the relatedEntity property.
String getSubject()
Gets the value of the subject property.
void setAccessType(AccessType value)
Sets the value of the accessType property.
void setBody(String value)
Sets the value of the body property.
void setRecipients(ArrayOfRecipient value)
Sets the value of the recipients property.
void setRelatedEntity(EntityId value)
Sets the value of the relatedEntity property.
void setSubject(String value)
Sets the value of the subject property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected AccessType accessType

protected String body

protected ArrayOfRecipient recipients

protected EntityId relatedEntity

protected String subject

Public Constructors

public SendEMailMessage ()

Public Methods

public AccessType getAccessType ()

Gets the value of the accessType property.

Returns

public String getBody ()

Gets the value of the body property.

Returns
  • possible object is String

public ArrayOfRecipient getRecipients ()

Gets the value of the recipients property.

Returns

public EntityId getRelatedEntity ()

Gets the value of the relatedEntity property.

Returns

public String getSubject ()

Gets the value of the subject property.

Returns
  • possible object is String

public void setAccessType (AccessType value)

Sets the value of the accessType property.

Parameters
value Allowed object is AccessType

public void setBody (String value)

Sets the value of the body property.

Parameters
value Allowed object is String

public void setRecipients (ArrayOfRecipient value)

Sets the value of the recipients property.

Parameters
value Allowed object is ArrayOfRecipient

public void setRelatedEntity (EntityId value)

Sets the value of the relatedEntity property.

Parameters
value Allowed object is EntityId

public void setSubject (String value)

Sets the value of the subject property.

Parameters
value Allowed object is String