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

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

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

Methods in org.apache.camel.component.salesforce.api.dto that return Attributes
 Attributes AbstractSObjectBase.getAttributes()
           
 Attributes SearchResult.getAttributes()
           
 Attributes RecentItem.getAttributes()
           
 

Methods in org.apache.camel.component.salesforce.api.dto with parameters of type Attributes
 void AbstractSObjectBase.setAttributes(Attributes attributes)
           
 void SearchResult.setAttributes(Attributes attributes)
           
 void RecentItem.setAttributes(Attributes attributes)
           
 



Apache Camel