org.apache.camel.component.salesforce.internal.dto
Class RestErrors

java.lang.Object
  extended by org.apache.camel.component.salesforce.internal.dto.RestErrors

public class RestErrors
extends Object

DTO for Salesforce REST errors


Constructor Summary
RestErrors()
           
 
Method Summary
 List<RestError> getErrors()
           
 void setErrors(List<RestError> errors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestErrors

public RestErrors()
Method Detail

getErrors

public List<RestError> getErrors()

setErrors

public void setErrors(List<RestError> errors)


Apache Camel