Uses of Class
org.apache.camel.component.salesforce.api.dto.bulk.BatchInfoList
-
Packages that use BatchInfoList Package Description org.apache.camel.component.salesforce.api.dto.bulk -
-
Uses of BatchInfoList in org.apache.camel.component.salesforce.api.dto.bulk
Methods in org.apache.camel.component.salesforce.api.dto.bulk that return BatchInfoList Modifier and Type Method Description BatchInfoList
ObjectFactory. createBatchInfoList()
Create an instance ofBatchInfoList
Methods in org.apache.camel.component.salesforce.api.dto.bulk that return types with arguments of type BatchInfoList Modifier and Type Method Description JAXBElement<BatchInfoList>
ObjectFactory. createBatchInfoList(BatchInfoList value)
Methods in org.apache.camel.component.salesforce.api.dto.bulk with parameters of type BatchInfoList Modifier and Type Method Description JAXBElement<BatchInfoList>
ObjectFactory. createBatchInfoList(BatchInfoList value)
-