Package com.sforce.soap.partner
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 Summary
Modifier and TypeMethodDescriptionelement : additionalInformation of type {urn:partner.soap.sforce.com}AdditionalInformationMap java type: com.sforce.soap.partner.AdditionalInformationMap[]element : fieldDiffs of type {urn:partner.soap.sforce.com}FieldDiff java type: com.sforce.soap.partner.FieldDiff[]doubleelement : matchConfidence of type {http://www.w3.org/2001/XMLSchema}double java type: doubleelement : record of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObjectvoidsetAdditionalInformation(IAdditionalInformationMap[] additionalInformation) voidsetFieldDiffs(IFieldDiff[] fieldDiffs) voidsetMatchConfidence(double matchConfidence) void
-
Method Details
-
getAdditionalInformation
IAdditionalInformationMap[] getAdditionalInformation()element : additionalInformation of type {urn:partner.soap.sforce.com}AdditionalInformationMap java type: com.sforce.soap.partner.AdditionalInformationMap[] -
setAdditionalInformation
-
getFieldDiffs
IFieldDiff[] getFieldDiffs()element : fieldDiffs of type {urn:partner.soap.sforce.com}FieldDiff java type: com.sforce.soap.partner.FieldDiff[] -
setFieldDiffs
-
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
-