Uses of Class
com.sforce.soap.partner.UpsertResult

Packages that use UpsertResult
com.sforce.soap.partner   
 

Uses of UpsertResult in com.sforce.soap.partner
 

Fields in com.sforce.soap.partner with type parameters of type UpsertResult
protected  List<UpsertResult> UpsertResponse.result
           
 

Methods in com.sforce.soap.partner that return UpsertResult
 UpsertResult ObjectFactory.createUpsertResult()
          Create an instance of UpsertResult
 

Methods in com.sforce.soap.partner that return types with arguments of type UpsertResult
 List<UpsertResult> UpsertResponse.getResult()
          Gets the value of the result property.
 List<UpsertResult> Soap.upsert(String externalIDFieldName, List<SObject> sObjects)
           
 



Copyright © 2012. All Rights Reserved.