Package com.sforce.soap.partner
Interface IMergeRequest
- All Known Implementing Classes:
MergeRequest
public interface IMergeRequest
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 : additionalInformationMap of type {urn:partner.soap.sforce.com}AdditionalInformationMap java type: com.sforce.soap.partner.AdditionalInformationMap[]element : masterRecord of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObjectString[]element : recordToMergeIds of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]voidsetAdditionalInformationMap(IAdditionalInformationMap[] additionalInformationMap) voidsetMasterRecord(ISObject masterRecord) voidsetRecordToMergeIds(String[] recordToMergeIds)
-
Method Details
-
getAdditionalInformationMap
IAdditionalInformationMap[] getAdditionalInformationMap()element : additionalInformationMap of type {urn:partner.soap.sforce.com}AdditionalInformationMap java type: com.sforce.soap.partner.AdditionalInformationMap[] -
setAdditionalInformationMap
-
getMasterRecord
ISObject getMasterRecord()element : masterRecord of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject -
setMasterRecord
-
getRecordToMergeIds
String[] getRecordToMergeIds()element : recordToMergeIds of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[] -
setRecordToMergeIds
-