| Constructor and Description |
|---|
EscalationAction()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAssignedTo() |
String |
getAssignedToTemplate() |
AssignToLookupValueType |
getAssignedToType() |
int |
getMinutesToEscalation() |
boolean |
getNotifyCaseOwner() |
String[] |
getNotifyEmail() |
String |
getNotifyTo() |
String |
getNotifyToTemplate() |
boolean |
isNotifyCaseOwner() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setAssignedTo(String assignedTo) |
void |
setAssignedToTemplate(String assignedToTemplate) |
void |
setAssignedToType(AssignToLookupValueType assignedToType) |
void |
setMinutesToEscalation(int minutesToEscalation) |
void |
setNotifyCaseOwner(boolean notifyCaseOwner) |
void |
setNotifyEmail(String[] notifyEmail) |
void |
setNotifyTo(String notifyTo) |
void |
setNotifyToTemplate(String notifyToTemplate) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public String getAssignedTo()
public void setAssignedTo(String assignedTo)
public String getAssignedToTemplate()
public void setAssignedToTemplate(String assignedToTemplate)
public AssignToLookupValueType getAssignedToType()
public void setAssignedToType(AssignToLookupValueType assignedToType)
public int getMinutesToEscalation()
public void setMinutesToEscalation(int minutesToEscalation)
public boolean getNotifyCaseOwner()
public boolean isNotifyCaseOwner()
public void setNotifyCaseOwner(boolean notifyCaseOwner)
public String[] getNotifyEmail()
public void setNotifyEmail(String[] notifyEmail)
public String getNotifyTo()
public void setNotifyTo(String notifyTo)
public String getNotifyToTemplate()
public void setNotifyToTemplate(String notifyToTemplate)
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizableIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionCopyright © 2015. All Rights Reserved.