Uses of Class
org.apache.camel.component.salesforce.api.dto.bulk.BatchInfo

Packages that use BatchInfo
org.apache.camel.component.salesforce.api.dto.bulk Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
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
protected  List<BatchInfo> BatchInfoList.batchInfo
           
 

Methods in org.apache.camel.component.salesforce.api.dto.bulk that return BatchInfo
 BatchInfo ObjectFactory.createBatchInfo()
          Create an instance of BatchInfo
 

Methods in org.apache.camel.component.salesforce.api.dto.bulk that return types with arguments of type BatchInfo
 JAXBElement<BatchInfo> ObjectFactory.createBatchInfo(BatchInfo value)
          Create an instance of JAXBElement<BatchInfo>}
 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
 JAXBElement<BatchInfo> ObjectFactory.createBatchInfo(BatchInfo value)
          Create an instance of JAXBElement<BatchInfo>}
 

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
 void BulkApiClient.BatchInfoResponseCallback.onResponse(BatchInfo batchInfo, SalesforceException ex)
           
 

Method parameters in org.apache.camel.component.salesforce.internal.client with type arguments of type BatchInfo
 void BulkApiClient.BatchInfoListResponseCallback.onResponse(List<BatchInfo> batchInfoList, SalesforceException ex)
           
 



Apache Camel