Uses of Class
org.apache.camel.component.salesforce.api.dto.SObject
-
Packages that use SObject Package Description org.apache.camel.component.salesforce.api.dto -
-
Uses of SObject in org.apache.camel.component.salesforce.api.dto
Subclasses of SObject in org.apache.camel.component.salesforce.api.dto Modifier and Type Class Description class
SObjectDescription
Methods in org.apache.camel.component.salesforce.api.dto that return SObject Modifier and Type Method Description SObject
SObjectBasicInfo. getObjectDescribe()
Methods in org.apache.camel.component.salesforce.api.dto that return types with arguments of type SObject Modifier and Type Method Description List<SObject>
GlobalObjects. getSobjects()
Methods in org.apache.camel.component.salesforce.api.dto with parameters of type SObject Modifier and Type Method Description void
SObjectBasicInfo. setObjectDescribe(SObject objectDescribe)
Method parameters in org.apache.camel.component.salesforce.api.dto with type arguments of type SObject Modifier and Type Method Description void
GlobalObjects. setSobjects(List<SObject> sobjects)
-