Package com.sforce.soap.metadata
Class RuleEntry
java.lang.Object
com.sforce.soap.metadata.RuleEntry
- 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 TypeMethodDescriptionbooleanbooleanbooleanString[]getTeam()booleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetAssignedTo(XmlInputStream __in, TypeMapper __typeMapper) voidsetAssignedTo(String assignedTo) voidsetAssignedToType(AssignToLookupValueType assignedToType) protected voidsetAssignedToType(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetBooleanFilter(XmlInputStream __in, TypeMapper __typeMapper) voidsetBooleanFilter(String booleanFilter) protected voidsetBusinessHours(XmlInputStream __in, TypeMapper __typeMapper) voidsetBusinessHours(String businessHours) voidsetBusinessHoursSource(BusinessHoursSourceType businessHoursSource) protected voidsetBusinessHoursSource(XmlInputStream __in, TypeMapper __typeMapper) voidsetCriteriaItems(FilterItem[] criteriaItems) protected voidsetCriteriaItems(XmlInputStream __in, TypeMapper __typeMapper) voidsetDisableEscalationWhenModified(boolean disableEscalationWhenModified) protected voidsetDisableEscalationWhenModified(XmlInputStream __in, TypeMapper __typeMapper) voidsetEscalationAction(EscalationAction[] escalationAction) protected voidsetEscalationAction(XmlInputStream __in, TypeMapper __typeMapper) voidsetEscalationStartTime(EscalationStartTimeType escalationStartTime) protected voidsetEscalationStartTime(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetFormula(XmlInputStream __in, TypeMapper __typeMapper) voidsetFormula(String formula) voidsetNotifyCcRecipients(boolean notifyCcRecipients) protected voidsetNotifyCcRecipients(XmlInputStream __in, TypeMapper __typeMapper) voidsetOverrideExistingTeams(boolean overrideExistingTeams) protected voidsetOverrideExistingTeams(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetReplyToEmail(XmlInputStream __in, TypeMapper __typeMapper) voidsetReplyToEmail(String replyToEmail) protected voidsetSenderEmail(XmlInputStream __in, TypeMapper __typeMapper) voidsetSenderEmail(String senderEmail) protected voidsetSenderName(XmlInputStream __in, TypeMapper __typeMapper) voidsetSenderName(String senderName) protected voidsetTeam(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetTemplate(XmlInputStream __in, TypeMapper __typeMapper) voidsetTemplate(String template) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
RuleEntry
public RuleEntry()Constructor
-
-
Method Details
-
getAssignedTo
-
setAssignedTo
-
setAssignedTo
protected void setAssignedTo(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getAssignedToType
-
setAssignedToType
-
setAssignedToType
protected void setAssignedToType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getBooleanFilter
-
setBooleanFilter
-
setBooleanFilter
protected void setBooleanFilter(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getBusinessHours
-
setBusinessHours
-
setBusinessHours
protected void setBusinessHours(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getBusinessHoursSource
-
setBusinessHoursSource
-
setBusinessHoursSource
protected void setBusinessHoursSource(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCriteriaItems
-
setCriteriaItems
-
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
-
setEscalationAction
-
setEscalationAction
protected void setEscalationAction(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEscalationStartTime
-
setEscalationStartTime
-
setEscalationStartTime
protected void setEscalationStartTime(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFormula
-
setFormula
-
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
-
setReplyToEmail
-
setReplyToEmail
protected void setReplyToEmail(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSenderEmail
-
setSenderEmail
-
setSenderEmail
protected void setSenderEmail(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSenderName
-
setSenderName
-
setSenderName
protected void setSenderName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getTeam
-
setTeam
-
setTeam
protected void setTeam(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getTemplate
-
setTemplate
-
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
- 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
-