Uses of Class
org.apache.camel.component.salesforce.api.dto.bulk.SObject

Packages that use SObject
org.apache.camel.component.salesforce.api.dto.bulk Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of SObject in org.apache.camel.component.salesforce.api.dto.bulk
 

Fields in org.apache.camel.component.salesforce.api.dto.bulk with type parameters of type SObject
protected  List<SObject> QueryResult.records
           
 

Methods in org.apache.camel.component.salesforce.api.dto.bulk that return SObject
 SObject ObjectFactory.createSObject()
          Create an instance of SObject
 

Methods in org.apache.camel.component.salesforce.api.dto.bulk that return types with arguments of type SObject
 List<SObject> QueryResult.getRecords()
          Gets the value of the records property.
 



Apache Camel