Uses of Class
org.apache.camel.component.salesforce.api.dto.bulk.BatchInfo
-
Packages that use BatchInfo Package Description org.apache.camel.component.salesforce.api.dto.bulk org.apache.camel.component.salesforce.internal.client -
-
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 BatchInfo Modifier and Type Field Description protected List<BatchInfo>BatchInfoList. batchInfoMethods in org.apache.camel.component.salesforce.api.dto.bulk that return BatchInfo Modifier and Type Method Description BatchInfoObjectFactory. createBatchInfo()Create an instance ofBatchInfoMethods in org.apache.camel.component.salesforce.api.dto.bulk that return types with arguments of type BatchInfo Modifier and Type Method Description JAXBElement<BatchInfo>ObjectFactory. createBatchInfo(BatchInfo value)List<BatchInfo>BatchInfoList. getBatchInfo()Gets the value of the batchInfo property.Methods in org.apache.camel.component.salesforce.api.dto.bulk with parameters of type BatchInfo Modifier and Type Method Description 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 BatchInfo Modifier and Type Method Description voidBulkApiClient.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 BatchInfo Modifier and Type Method Description voidBulkApiClient.BatchInfoListResponseCallback. onResponse(List<BatchInfo> batchInfoList, Map<String,String> headers, SalesforceException ex)
-