public class EscalationAction extends Object
Java class for EscalationAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EscalationAction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="assignedTo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="assignedToTemplate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="assignedToType" type="{urn:tooling.soap.sforce.com}AssignToLookupValueType" minOccurs="0"/>
<element name="minutesToEscalation" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="notifyCaseOwner" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="notifyEmail" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="notifyTo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="notifyToTemplate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
assignedTo |
protected String |
assignedToTemplate |
protected AssignToLookupValueType |
assignedToType |
protected Integer |
minutesToEscalation |
protected Boolean |
notifyCaseOwner |
protected List<String> |
notifyEmail |
protected String |
notifyTo |
protected String |
notifyToTemplate |
| Constructor and Description |
|---|
EscalationAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssignedTo()
Gets the value of the assignedTo property.
|
String |
getAssignedToTemplate()
Gets the value of the assignedToTemplate property.
|
AssignToLookupValueType |
getAssignedToType()
Gets the value of the assignedToType property.
|
Integer |
getMinutesToEscalation()
Gets the value of the minutesToEscalation property.
|
List<String> |
getNotifyEmail()
Gets the value of the notifyEmail property.
|
String |
getNotifyTo()
Gets the value of the notifyTo property.
|
String |
getNotifyToTemplate()
Gets the value of the notifyToTemplate property.
|
Boolean |
isNotifyCaseOwner()
Gets the value of the notifyCaseOwner property.
|
void |
setAssignedTo(String value)
Sets the value of the assignedTo property.
|
void |
setAssignedToTemplate(String value)
Sets the value of the assignedToTemplate property.
|
void |
setAssignedToType(AssignToLookupValueType value)
Sets the value of the assignedToType property.
|
void |
setMinutesToEscalation(Integer value)
Sets the value of the minutesToEscalation property.
|
void |
setNotifyCaseOwner(Boolean value)
Sets the value of the notifyCaseOwner property.
|
void |
setNotifyTo(String value)
Sets the value of the notifyTo property.
|
void |
setNotifyToTemplate(String value)
Sets the value of the notifyToTemplate property.
|
protected String assignedTo
protected String assignedToTemplate
protected AssignToLookupValueType assignedToType
protected Integer minutesToEscalation
protected Boolean notifyCaseOwner
protected String notifyTo
protected String notifyToTemplate
public String getAssignedTo()
Stringpublic void setAssignedTo(String value)
value - allowed object is
Stringpublic String getAssignedToTemplate()
Stringpublic void setAssignedToTemplate(String value)
value - allowed object is
Stringpublic AssignToLookupValueType getAssignedToType()
AssignToLookupValueTypepublic void setAssignedToType(AssignToLookupValueType value)
value - allowed object is
AssignToLookupValueTypepublic Integer getMinutesToEscalation()
Integerpublic void setMinutesToEscalation(Integer value)
value - allowed object is
Integerpublic Boolean isNotifyCaseOwner()
Booleanpublic void setNotifyCaseOwner(Boolean value)
value - allowed object is
Booleanpublic List<String> getNotifyEmail()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the notifyEmail property.
For example, to add a new item, do as follows:
getNotifyEmail().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getNotifyTo()
Stringpublic void setNotifyTo(String value)
value - allowed object is
Stringpublic String getNotifyToTemplate()
StringCopyright © 2016. All rights reserved.