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 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)