Uses of Class
org.apache.camel.component.salesforce.api.dto.RestError

Packages that use RestError
org.apache.camel.component.salesforce.api   
org.apache.camel.component.salesforce.api.dto   
org.apache.camel.component.salesforce.internal.dto   
 

Uses of RestError in org.apache.camel.component.salesforce.api
 

Methods in org.apache.camel.component.salesforce.api that return types with arguments of type RestError
 List<RestError> SalesforceException.getErrors()
           
 

Constructor parameters in org.apache.camel.component.salesforce.api with type arguments of type RestError
SalesforceException(List<RestError> errors, int statusCode)
           
SalesforceException(List<RestError> errors, int statusCode, String message)
           
SalesforceException(List<RestError> errors, int statusCode, String message, Throwable cause)
           
SalesforceException(List<RestError> errors, int statusCode, Throwable cause)
           
 

Uses of RestError in org.apache.camel.component.salesforce.api.dto
 

Methods in org.apache.camel.component.salesforce.api.dto that return types with arguments of type RestError
 List<RestError> CreateSObjectResult.getErrors()
           
 

Method parameters in org.apache.camel.component.salesforce.api.dto with type arguments of type RestError
 void CreateSObjectResult.setErrors(List<RestError> errors)
           
 

Uses of RestError in org.apache.camel.component.salesforce.internal.dto
 

Methods in org.apache.camel.component.salesforce.internal.dto that return types with arguments of type RestError
 List<RestError> RestErrors.getErrors()
           
 

Method parameters in org.apache.camel.component.salesforce.internal.dto with type arguments of type RestError
 void RestErrors.setErrors(List<RestError> errors)
           
 



Apache Camel