Package com.sforce.soap.metadata
Class EscalationAction
- java.lang.Object
-
- com.sforce.soap.metadata.EscalationAction
-
- All Implemented Interfaces:
com.sforce.ws.bind.XMLizable
public class EscalationAction extends java.lang.Object implements com.sforce.ws.bind.XMLizableThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description EscalationAction()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAssignedTo()java.lang.StringgetAssignedToTemplate()AssignToLookupValueTypegetAssignedToType()intgetMinutesToEscalation()booleangetNotifyCaseOwner()java.lang.String[]getNotifyEmail()java.lang.StringgetNotifyTo()java.lang.StringgetNotifyToTemplate()booleanisNotifyCaseOwner()voidload(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidloadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetAssignedTo(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetAssignedTo(java.lang.String assignedTo)protected voidsetAssignedToTemplate(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetAssignedToTemplate(java.lang.String assignedToTemplate)voidsetAssignedToType(AssignToLookupValueType assignedToType)protected voidsetAssignedToType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetMinutesToEscalation(int minutesToEscalation)protected voidsetMinutesToEscalation(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetNotifyCaseOwner(boolean notifyCaseOwner)protected voidsetNotifyCaseOwner(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetNotifyEmail(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetNotifyEmail(java.lang.String[] notifyEmail)protected voidsetNotifyTo(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetNotifyTo(java.lang.String notifyTo)protected voidsetNotifyToTemplate(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetNotifyToTemplate(java.lang.String notifyToTemplate)java.lang.StringtoString()voidwrite(javax.xml.namespace.QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidwriteFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
-
-
-
Method Detail
-
getAssignedTo
public java.lang.String getAssignedTo()
-
setAssignedTo
public void setAssignedTo(java.lang.String assignedTo)
-
setAssignedTo
protected void setAssignedTo(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getAssignedToTemplate
public java.lang.String getAssignedToTemplate()
-
setAssignedToTemplate
public void setAssignedToTemplate(java.lang.String assignedToTemplate)
-
setAssignedToTemplate
protected void setAssignedToTemplate(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getAssignedToType
public AssignToLookupValueType getAssignedToType()
-
setAssignedToType
public void setAssignedToType(AssignToLookupValueType assignedToType)
-
setAssignedToType
protected void setAssignedToType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getMinutesToEscalation
public int getMinutesToEscalation()
-
setMinutesToEscalation
public void setMinutesToEscalation(int minutesToEscalation)
-
setMinutesToEscalation
protected void setMinutesToEscalation(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getNotifyCaseOwner
public boolean getNotifyCaseOwner()
-
isNotifyCaseOwner
public boolean isNotifyCaseOwner()
-
setNotifyCaseOwner
public void setNotifyCaseOwner(boolean notifyCaseOwner)
-
setNotifyCaseOwner
protected void setNotifyCaseOwner(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getNotifyEmail
public java.lang.String[] getNotifyEmail()
-
setNotifyEmail
public void setNotifyEmail(java.lang.String[] notifyEmail)
-
setNotifyEmail
protected void setNotifyEmail(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getNotifyTo
public java.lang.String getNotifyTo()
-
setNotifyTo
public void setNotifyTo(java.lang.String notifyTo)
-
setNotifyTo
protected void setNotifyTo(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getNotifyToTemplate
public java.lang.String getNotifyToTemplate()
-
setNotifyToTemplate
public void setNotifyToTemplate(java.lang.String notifyToTemplate)
-
setNotifyToTemplate
protected void setNotifyToTemplate(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
write
public void write(javax.xml.namespace.QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException- Specified by:
writein interfacecom.sforce.ws.bind.XMLizable- Throws:
java.io.IOException
-
writeFields
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException- Throws:
java.io.IOException
-
load
public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Specified by:
loadin interfacecom.sforce.ws.bind.XMLizable- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
loadFields
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-