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