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