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

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

Uses of BatchResult in org.apache.camel.component.salesforce.api.dto.bulk
 

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

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

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



Apache Camel