| java.lang.Object | |
| ↳ | com.clarizen.api.Recipient |
Java class for Recipient complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Recipient">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EMail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RecipientType" type="{http://clarizen.com/api}RecipientType" minOccurs="0"/>
<element name="User" type="{http://clarizen.com/api}EntityId" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| recipientType | |||||||||||
| user | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the eMail property.
| |||||||||||
Gets the value of the recipientType property.
| |||||||||||
Gets the value of the user property.
| |||||||||||
Sets the value of the eMail property.
| |||||||||||
Sets the value of the recipientType property.
| |||||||||||
Sets the value of the user property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the eMail property.
Gets the value of the recipientType property.
RecipientType
Sets the value of the eMail property.
| value | Allowed object is String |
|---|
Sets the value of the recipientType property.
| value | Allowed object is
RecipientType
|
|---|
Sets the value of the user property.
| value | Allowed object is
EntityId
|
|---|