Uses of Class
org.apache.camel.component.salesforce.api.dto.bulk.BatchInfo
Packages that use BatchInfo
Package
Description
-
Uses of BatchInfo in org.apache.camel.component.salesforce.api.dto.bulk
Fields in org.apache.camel.component.salesforce.api.dto.bulk with type parameters of type BatchInfoMethods in org.apache.camel.component.salesforce.api.dto.bulk that return BatchInfoModifier and TypeMethodDescriptionObjectFactory.createBatchInfo()Create an instance ofBatchInfoMethods in org.apache.camel.component.salesforce.api.dto.bulk that return types with arguments of type BatchInfoModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<BatchInfo>ObjectFactory.createBatchInfo(BatchInfo value) BatchInfoList.getBatchInfo()Gets the value of the batchInfo property.Methods in org.apache.camel.component.salesforce.api.dto.bulk with parameters of type BatchInfoModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<BatchInfo>ObjectFactory.createBatchInfo(BatchInfo value) -
Uses of BatchInfo in org.apache.camel.component.salesforce.internal.client
Methods in org.apache.camel.component.salesforce.internal.client with parameters of type BatchInfoModifier and TypeMethodDescriptionvoidBulkApiClient.BatchInfoResponseCallback.onResponse(BatchInfo batchInfo, Map<String, String> headers, SalesforceException ex) Method parameters in org.apache.camel.component.salesforce.internal.client with type arguments of type BatchInfoModifier and TypeMethodDescriptionvoidBulkApiClient.BatchInfoListResponseCallback.onResponse(List<BatchInfo> batchInfoList, Map<String, String> headers, SalesforceException ex)