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

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

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

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

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

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



Apache Camel