Package com.sforce.soap.partner
Interface IMatchRecord
-
- All Known Implementing Classes:
MatchRecord
public interface IMatchRecordThis 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 IAdditionalInformationMap[]getAdditionalInformation()element : additionalInformation of type {urn:partner.soap.sforce.com}AdditionalInformationMap java type: com.sforce.soap.partner.AdditionalInformationMap[]IFieldDiff[]getFieldDiffs()element : fieldDiffs of type {urn:partner.soap.sforce.com}FieldDiff java type: com.sforce.soap.partner.FieldDiff[]doublegetMatchConfidence()element : matchConfidence of type {http://www.w3.org/2001/XMLSchema}double java type: doubleISObjectgetRecord()element : 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)voidsetRecord(ISObject record)
-
-
-
Method Detail
-
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)
-
-