public class WorkflowEmailRecipient extends Object
Java class for WorkflowEmailRecipient complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkflowEmailRecipient">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="field" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="recipient" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{urn:tooling.soap.sforce.com}ActionEmailRecipientTypes"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
field |
protected String |
recipient |
protected ActionEmailRecipientTypes |
type |
| Constructor and Description |
|---|
WorkflowEmailRecipient() |
| Modifier and Type | Method and Description |
|---|---|
String |
getField()
Gets the value of the field property.
|
String |
getRecipient()
Gets the value of the recipient property.
|
ActionEmailRecipientTypes |
getType()
Gets the value of the type property.
|
void |
setField(String value)
Sets the value of the field property.
|
void |
setRecipient(String value)
Sets the value of the recipient property.
|
void |
setType(ActionEmailRecipientTypes value)
Sets the value of the type property.
|
protected String field
protected String recipient
protected ActionEmailRecipientTypes type
public String getField()
Stringpublic void setField(String value)
value - allowed object is
Stringpublic String getRecipient()
Stringpublic void setRecipient(String value)
value - allowed object is
Stringpublic ActionEmailRecipientTypes getType()
ActionEmailRecipientTypespublic void setType(ActionEmailRecipientTypes value)
value - allowed object is
ActionEmailRecipientTypesCopyright © 2016. All rights reserved.