Package com.sforce.soap.metadata
Class EscalationAction
java.lang.Object
com.sforce.soap.metadata.EscalationAction
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanString[]booleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetAssignedTo(XmlInputStream __in, TypeMapper __typeMapper) voidsetAssignedTo(String assignedTo) protected voidsetAssignedToTemplate(XmlInputStream __in, TypeMapper __typeMapper) voidsetAssignedToTemplate(String assignedToTemplate) voidsetAssignedToType(AssignToLookupValueType assignedToType) protected voidsetAssignedToType(XmlInputStream __in, TypeMapper __typeMapper) voidsetMinutesToEscalation(int minutesToEscalation) protected voidsetMinutesToEscalation(XmlInputStream __in, TypeMapper __typeMapper) voidsetNotifyCaseOwner(boolean notifyCaseOwner) protected voidsetNotifyCaseOwner(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetNotifyEmail(XmlInputStream __in, TypeMapper __typeMapper) voidsetNotifyEmail(String[] notifyEmail) protected voidsetNotifyTo(XmlInputStream __in, TypeMapper __typeMapper) voidsetNotifyTo(String notifyTo) protected voidsetNotifyToTemplate(XmlInputStream __in, TypeMapper __typeMapper) voidsetNotifyToTemplate(String notifyToTemplate) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
EscalationAction
public EscalationAction()Constructor
-
-
Method Details
-
getAssignedTo
-
setAssignedTo
-
setAssignedTo
protected void setAssignedTo(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getAssignedToTemplate
-
setAssignedToTemplate
-
setAssignedToTemplate
protected void setAssignedToTemplate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getAssignedToType
-
setAssignedToType
-
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
-
setNotifyEmail
-
setNotifyEmail
protected void setNotifyEmail(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getNotifyTo
-
setNotifyTo
-
setNotifyTo
protected void setNotifyTo(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getNotifyToTemplate
-
setNotifyToTemplate
-
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
- 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
-
toString
-