Package com.sforce.soap.partner
Interface IDuplicateResult
- All Known Implementing Classes:
DuplicateResult
public interface IDuplicateResult
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanelement : allowSave of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : duplicateRule of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : duplicateRuleEntityType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : errorMessage of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : matchResults of type {urn:partner.soap.sforce.com}MatchResult java type: com.sforce.soap.partner.MatchResult[]booleanvoidsetAllowSave(boolean allowSave) voidsetDuplicateRule(String duplicateRule) voidsetDuplicateRuleEntityType(String duplicateRuleEntityType) voidsetErrorMessage(String errorMessage) voidsetMatchResults(IMatchResult[] matchResults)
-
Method Details
-
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
-
getDuplicateRuleEntityType
String getDuplicateRuleEntityType()element : duplicateRuleEntityType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setDuplicateRuleEntityType
-
getErrorMessage
String getErrorMessage()element : errorMessage of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setErrorMessage
-
getMatchResults
IMatchResult[] getMatchResults()element : matchResults of type {urn:partner.soap.sforce.com}MatchResult java type: com.sforce.soap.partner.MatchResult[] -
setMatchResults
-