Interface IMatchRecord

All Known Implementing Classes:
MatchRecord

public interface IMatchRecord
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
  • Method Details

    • getAdditionalInformation

      IAdditionalInformationMap[] getAdditionalInformation()
      element : additionalInformation of type {urn:partner.soap.sforce.com}AdditionalInformationMap java type: com.sforce.soap.partner.AdditionalInformationMap[]
    • setAdditionalInformation

      void setAdditionalInformation(IAdditionalInformationMap[] additionalInformation)
    • getFieldDiffs

      IFieldDiff[] getFieldDiffs()
      element : fieldDiffs of type {urn:partner.soap.sforce.com}FieldDiff java type: com.sforce.soap.partner.FieldDiff[]
    • setFieldDiffs

      void setFieldDiffs(IFieldDiff[] fieldDiffs)
    • getMatchConfidence

      double getMatchConfidence()
      element : matchConfidence of type {http://www.w3.org/2001/XMLSchema}double java type: double
    • setMatchConfidence

      void setMatchConfidence(double matchConfidence)
    • getRecord

      ISObject getRecord()
      element : record of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject
    • setRecord

      void setRecord(ISObject record)