Uses of Class
org.apache.camel.component.salesforce.api.dto.bulk.SObject
-
Packages that use SObject Package Description org.apache.camel.component.salesforce.api.dto.bulk -
-
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 Modifier and Type Field Description protected List<SObject>QueryResult. recordsMethods in org.apache.camel.component.salesforce.api.dto.bulk that return SObject Modifier and Type Method Description SObjectObjectFactory. createSObject()Create an instance ofSObjectMethods in org.apache.camel.component.salesforce.api.dto.bulk that return types with arguments of type SObject Modifier and Type Method Description List<SObject>QueryResult. getRecords()Gets the value of the records property.
-