|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sforce.soap.partner.MergeRequest
public class MergeRequest
Java class for MergeRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MergeRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="masterRecord" type="{urn:sobject.partner.soap.sforce.com}sObject"/>
<element name="recordToMergeIds" type="{urn:partner.soap.sforce.com}ID" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected SObject |
masterRecord
|
protected List<String> |
recordToMergeIds
|
| Constructor Summary | |
|---|---|
MergeRequest()
|
|
| Method Summary | |
|---|---|
SObject |
getMasterRecord()
Gets the value of the masterRecord property. |
List<String> |
getRecordToMergeIds()
Gets the value of the recordToMergeIds property. |
void |
setMasterRecord(SObject value)
Sets the value of the masterRecord property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected SObject masterRecord
protected List<String> recordToMergeIds
| Constructor Detail |
|---|
public MergeRequest()
| Method Detail |
|---|
public SObject getMasterRecord()
SObjectpublic void setMasterRecord(SObject value)
value - allowed object is
SObjectpublic List<String> getRecordToMergeIds()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the recordToMergeIds property.
For example, to add a new item, do as follows:
getRecordToMergeIds().add(newItem);
Objects of the following type(s) are allowed in the list
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||