Package com.sforce.soap.metadata
Class EscalationAction
- java.lang.Object
-
- com.sforce.soap.metadata.EscalationAction
-
-
Constructor Summary
Constructors Constructor Description EscalationAction()Constructor
-
Method Summary
-
-
-
Method Detail
-
getAssignedTo
public String getAssignedTo()
-
setAssignedTo
public void setAssignedTo(String assignedTo)
-
setAssignedTo
protected void setAssignedTo(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getAssignedToTemplate
public String getAssignedToTemplate()
-
setAssignedToTemplate
public void setAssignedToTemplate(String assignedToTemplate)
-
setAssignedToTemplate
protected void setAssignedToTemplate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getAssignedToType
public AssignToLookupValueType getAssignedToType()
-
setAssignedToType
public void setAssignedToType(AssignToLookupValueType assignedToType)
-
setAssignedToType
protected void setAssignedToType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMinutesToEscalation
public int getMinutesToEscalation()
-
setMinutesToEscalation
public void setMinutesToEscalation(int minutesToEscalation)
-
setMinutesToEscalation
protected void setMinutesToEscalation(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getNotifyCaseOwner
public boolean getNotifyCaseOwner()
-
isNotifyCaseOwner
public boolean isNotifyCaseOwner()
-
setNotifyCaseOwner
public void setNotifyCaseOwner(boolean notifyCaseOwner)
-
setNotifyCaseOwner
protected void setNotifyCaseOwner(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getNotifyEmail
public String[] getNotifyEmail()
-
setNotifyEmail
public void setNotifyEmail(String[] notifyEmail)
-
setNotifyEmail
protected void setNotifyEmail(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getNotifyTo
public String getNotifyTo()
-
setNotifyTo
public void setNotifyTo(String notifyTo)
-
setNotifyTo
protected void setNotifyTo(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getNotifyToTemplate
public String getNotifyToTemplate()
-
setNotifyToTemplate
public void setNotifyToTemplate(String notifyToTemplate)
-
setNotifyToTemplate
protected void setNotifyToTemplate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-