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

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

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

Fields in org.apache.camel.component.salesforce.api.dto.bulk with type parameters of type Result
protected  List<Result> BatchResult.result
           
 

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

Methods in org.apache.camel.component.salesforce.api.dto.bulk that return types with arguments of type Result
 List<Result> BatchResult.getResult()
          Gets the value of the result property.
 



Apache Camel