Uses of Class
org.apache.camel.component.salesforce.api.dto.Attributes
-
Packages that use Attributes Package Description 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 Modifier and Type Method Description Attributes
AbstractSObjectBase. getAttributes()
Attributes
RecentItem. getAttributes()
Attributes
SearchResult. getAttributes()
Methods in org.apache.camel.component.salesforce.api.dto with parameters of type Attributes Modifier and Type Method Description void
AbstractSObjectBase. setAttributes(Attributes attributes)
void
RecentItem. setAttributes(Attributes attributes)
void
SearchResult. setAttributes(Attributes attributes)
-