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

Packages that use BatchInfoList
org.apache.camel.component.salesforce.api.dto.bulk Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

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
 BatchInfoList ObjectFactory.createBatchInfoList()
          Create an instance of BatchInfoList
 

Methods in org.apache.camel.component.salesforce.api.dto.bulk that return types with arguments of type BatchInfoList
 JAXBElement<BatchInfoList> ObjectFactory.createBatchInfoList(BatchInfoList value)
          Create an instance of JAXBElement<BatchInfoList>}
 

Methods in org.apache.camel.component.salesforce.api.dto.bulk with parameters of type BatchInfoList
 JAXBElement<BatchInfoList> ObjectFactory.createBatchInfoList(BatchInfoList value)
          Create an instance of JAXBElement<BatchInfoList>}
 



Apache Camel