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 Type
    Method
    Description
    element : externalIDFieldName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : sObjects of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject[]
    void
    setExternalIDFieldName(String externalIDFieldName)
     
    void
    setSObjects(ISObject[] sObjects)
     
  • Method Details

    • 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)