Package com.sforce.soap.partner
Interface IUpsert_element
- All Known Implementing Classes:
Upsert_element
public interface IUpsert_element
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 : externalIDFieldName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringISObject[]element : sObjects of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject[]voidsetExternalIDFieldName(String externalIDFieldName) voidsetSObjects(ISObject[] sObjects)
-
Method Details
-
getExternalIDFieldName
String getExternalIDFieldName()element : externalIDFieldName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setExternalIDFieldName
-
getSObjects
ISObject[] getSObjects()element : sObjects of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject[] -
setSObjects
-