public class

Recipient

extends Object
java.lang.Object
   ↳ com.clarizen.api.Recipient

Class Overview

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>
 

Summary

Fields
protected String eMail
protected RecipientType recipientType
protected EntityId user
Public Constructors
Recipient()
Public Methods
String getEMail()
Gets the value of the eMail property.
RecipientType getRecipientType()
Gets the value of the recipientType property.
EntityId getUser()
Gets the value of the user property.
void setEMail(String value)
Sets the value of the eMail property.
void setRecipientType(RecipientType value)
Sets the value of the recipientType property.
void setUser(EntityId value)
Sets the value of the user property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String eMail

protected RecipientType recipientType

protected EntityId user

Public Constructors

public Recipient ()

Public Methods

public String getEMail ()

Gets the value of the eMail property.

Returns
  • possible object is String

public RecipientType getRecipientType ()

Gets the value of the recipientType property.

Returns

public EntityId getUser ()

Gets the value of the user property.

Returns

public void setEMail (String value)

Sets the value of the eMail property.

Parameters
value Allowed object is String

public void setRecipientType (RecipientType value)

Sets the value of the recipientType property.

Parameters
value Allowed object is RecipientType

public void setUser (EntityId value)

Sets the value of the user property.

Parameters
value Allowed object is EntityId