Uses of Class
org.apache.camel.component.salesforce.api.dto.SObjectField

Packages that use SObjectField
org.apache.camel.component.salesforce.api.dto   
 

Uses of SObjectField in org.apache.camel.component.salesforce.api.dto
 

Methods in org.apache.camel.component.salesforce.api.dto that return types with arguments of type SObjectField
 List<SObjectField> SObjectDescription.getFields()
           
 

Method parameters in org.apache.camel.component.salesforce.api.dto with type arguments of type SObjectField
 void SObjectDescription.setFields(List<SObjectField> fields)
           
 



Apache Camel