Package com.sforce.soap.partner
Interface IMerge_element
-
- All Known Implementing Classes:
Merge_element
public interface IMerge_elementThis 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 IMergeRequest[]getRequest()element : request of type {urn:partner.soap.sforce.com}MergeRequest java type: com.sforce.soap.partner.MergeRequest[]voidsetRequest(IMergeRequest[] request)
-
-
-
Method Detail
-
getRequest
IMergeRequest[] getRequest()
element : request of type {urn:partner.soap.sforce.com}MergeRequest java type: com.sforce.soap.partner.MergeRequest[]
-
setRequest
void setRequest(IMergeRequest[] request)
-
-