Uses of Class
org.apache.camel.component.salesforce.api.dto.AbstractQueryRecordsBase
Packages that use AbstractQueryRecordsBase
Package
Description
-
Uses of AbstractQueryRecordsBase in org.apache.camel.component.salesforce.api.dto.analytics.reports
Subclasses of AbstractQueryRecordsBase in org.apache.camel.component.salesforce.api.dto.analytics.reportsModifier and TypeClassDescriptionclassSalesforce QueryRecords DTO for type Report -
Uses of AbstractQueryRecordsBase in org.apache.camel.component.salesforce.internal.dto
Modifier and TypeClassDescriptionclassSalesforce Query Records DTO for PushTopic -
Uses of AbstractQueryRecordsBase in org.apache.camel.component.salesforce.internal.processor
Constructors in org.apache.camel.component.salesforce.internal.processor with parameters of type AbstractQueryRecordsBaseModifierConstructorDescriptionQueryResultIterator(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Class<? extends AbstractQueryRecordsBase<T>> responseClass, RestClient restClient, Map<String, List<String>> headers, AbstractQueryRecordsBase<T> queryRecords) Constructor parameters in org.apache.camel.component.salesforce.internal.processor with type arguments of type AbstractQueryRecordsBaseModifierConstructorDescriptionQueryResultIterator(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Class<? extends AbstractQueryRecordsBase<T>> responseClass, RestClient restClient, Map<String, List<String>> headers, AbstractQueryRecordsBase<T> queryRecords)