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

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

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

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

Method parameters in org.apache.camel.component.salesforce.api.dto with type arguments of type ChildRelationShip
 void SObjectDescription.setChildRelationships(List<ChildRelationShip> childRelationships)
           
 



Apache Camel