Package com.sforce.soap.metadata
Class RuleEntry
- java.lang.Object
-
- com.sforce.soap.metadata.RuleEntry
-
-
Constructor Summary
Constructors Constructor Description RuleEntry()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
-
getAssignedToType
public AssignToLookupValueType getAssignedToType()
-
setAssignedToType
public void setAssignedToType(AssignToLookupValueType assignedToType)
-
setAssignedToType
protected void setAssignedToType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getBooleanFilter
public String getBooleanFilter()
-
setBooleanFilter
public void setBooleanFilter(String booleanFilter)
-
setBooleanFilter
protected void setBooleanFilter(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getBusinessHours
public String getBusinessHours()
-
setBusinessHours
public void setBusinessHours(String businessHours)
-
setBusinessHours
protected void setBusinessHours(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getBusinessHoursSource
public BusinessHoursSourceType getBusinessHoursSource()
-
setBusinessHoursSource
public void setBusinessHoursSource(BusinessHoursSourceType businessHoursSource)
-
setBusinessHoursSource
protected void setBusinessHoursSource(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCriteriaItems
public FilterItem[] getCriteriaItems()
-
setCriteriaItems
public void setCriteriaItems(FilterItem[] criteriaItems)
-
setCriteriaItems
protected void setCriteriaItems(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDisableEscalationWhenModified
public boolean getDisableEscalationWhenModified()
-
isDisableEscalationWhenModified
public boolean isDisableEscalationWhenModified()
-
setDisableEscalationWhenModified
public void setDisableEscalationWhenModified(boolean disableEscalationWhenModified)
-
setDisableEscalationWhenModified
protected void setDisableEscalationWhenModified(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEscalationAction
public EscalationAction[] getEscalationAction()
-
setEscalationAction
public void setEscalationAction(EscalationAction[] escalationAction)
-
setEscalationAction
protected void setEscalationAction(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEscalationStartTime
public EscalationStartTimeType getEscalationStartTime()
-
setEscalationStartTime
public void setEscalationStartTime(EscalationStartTimeType escalationStartTime)
-
setEscalationStartTime
protected void setEscalationStartTime(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFormula
public String getFormula()
-
setFormula
public void setFormula(String formula)
-
setFormula
protected void setFormula(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getNotifyCcRecipients
public boolean getNotifyCcRecipients()
-
isNotifyCcRecipients
public boolean isNotifyCcRecipients()
-
setNotifyCcRecipients
public void setNotifyCcRecipients(boolean notifyCcRecipients)
-
setNotifyCcRecipients
protected void setNotifyCcRecipients(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOverrideExistingTeams
public boolean getOverrideExistingTeams()
-
isOverrideExistingTeams
public boolean isOverrideExistingTeams()
-
setOverrideExistingTeams
public void setOverrideExistingTeams(boolean overrideExistingTeams)
-
setOverrideExistingTeams
protected void setOverrideExistingTeams(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getReplyToEmail
public String getReplyToEmail()
-
setReplyToEmail
public void setReplyToEmail(String replyToEmail)
-
setReplyToEmail
protected void setReplyToEmail(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSenderEmail
public String getSenderEmail()
-
setSenderEmail
public void setSenderEmail(String senderEmail)
-
setSenderEmail
protected void setSenderEmail(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSenderName
public String getSenderName()
-
setSenderName
public void setSenderName(String senderName)
-
setSenderName
protected void setSenderName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTeam
public String[] getTeam()
-
setTeam
public void setTeam(String[] team)
-
setTeam
protected void setTeam(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTemplate
public String getTemplate()
-
setTemplate
public void setTemplate(String template)
-
setTemplate
protected void setTemplate(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
-
-