Uses of Class
org.apache.camel.component.salesforce.api.dto.RecentItem
-
Packages that use RecentItem Package Description org.apache.camel.component.salesforce.api org.apache.camel.component.salesforce.api.dto -
-
Uses of RecentItem in org.apache.camel.component.salesforce.api
Fields in org.apache.camel.component.salesforce.api with type parameters of type RecentItem Modifier and Type Field Description static com.fasterxml.jackson.core.type.TypeReference<List<RecentItem>>
TypeReferences. RECENT_ITEM_LIST_TYPE
-
Uses of RecentItem in org.apache.camel.component.salesforce.api.dto
Methods in org.apache.camel.component.salesforce.api.dto that return types with arguments of type RecentItem Modifier and Type Method Description List<RecentItem>
SObjectBasicInfo. getRecentItems()
Method parameters in org.apache.camel.component.salesforce.api.dto with type arguments of type RecentItem Modifier and Type Method Description void
SObjectBasicInfo. setRecentItems(List<RecentItem> recentItems)
-