Package com.sforce.soap.partner
Interface IDuplicateResult
-
- All Known Implementing Classes:
DuplicateResult
public interface IDuplicateResultThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAllowSave()element : allowSave of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetDuplicateRule()element : duplicateRule of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetDuplicateRuleEntityType()element : duplicateRuleEntityType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetErrorMessage()element : errorMessage of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringIMatchResult[]getMatchResults()element : matchResults of type {urn:partner.soap.sforce.com}MatchResult java type: com.sforce.soap.partner.MatchResult[]booleanisAllowSave()voidsetAllowSave(boolean allowSave)voidsetDuplicateRule(String duplicateRule)voidsetDuplicateRuleEntityType(String duplicateRuleEntityType)voidsetErrorMessage(String errorMessage)voidsetMatchResults(IMatchResult[] matchResults)
-
-
-
Method Detail
-
getAllowSave
boolean getAllowSave()
element : allowSave of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isAllowSave
boolean isAllowSave()
-
setAllowSave
void setAllowSave(boolean allowSave)
-
getDuplicateRule
String getDuplicateRule()
element : duplicateRule of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setDuplicateRule
void setDuplicateRule(String duplicateRule)
-
getDuplicateRuleEntityType
String getDuplicateRuleEntityType()
element : duplicateRuleEntityType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setDuplicateRuleEntityType
void setDuplicateRuleEntityType(String duplicateRuleEntityType)
-
getErrorMessage
String getErrorMessage()
element : errorMessage of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setErrorMessage
void setErrorMessage(String errorMessage)
-
getMatchResults
IMatchResult[] getMatchResults()
element : matchResults of type {urn:partner.soap.sforce.com}MatchResult java type: com.sforce.soap.partner.MatchResult[]
-
setMatchResults
void setMatchResults(IMatchResult[] matchResults)
-
-