Uses of Class
org.apache.camel.component.salesforce.api.dto.RestError
-
-
Uses of RestError in org.apache.camel.component.salesforce.api
Fields in org.apache.camel.component.salesforce.api with type parameters of type RestError Modifier and Type Field Description static com.fasterxml.jackson.core.type.TypeReference<List<RestError>>TypeReferences. REST_ERROR_LIST_TYPEMethods in org.apache.camel.component.salesforce.api that return types with arguments of type RestError Modifier and Type Method Description List<RestError>SalesforceException. getErrors()Constructor parameters in org.apache.camel.component.salesforce.api with type arguments of type RestError Constructor Description NoSuchSObjectException(List<RestError> restErrors)SalesforceException(List<RestError> errors, int statusCode)SalesforceException(List<RestError> errors, int statusCode, String message)SalesforceException(List<RestError> errors, int statusCode, String message, InputStream responseContent)SalesforceException(List<RestError> errors, int statusCode, String message, InputStream responseContent, Throwable cause)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 Modifier and Type Method Description List<RestError>CreateSObjectResult. getErrors()List<RestError>DeleteSObjectResult. getErrors()List<RestError>SaveSObjectResult. getErrors()Method parameters in org.apache.camel.component.salesforce.api.dto with type arguments of type RestError Modifier and Type Method Description voidCreateSObjectResult. setErrors(List<RestError> errors)voidDeleteSObjectResult. setErrors(List<RestError> errors)voidSaveSObjectResult. setErrors(List<RestError> errors) -
Uses of RestError in org.apache.camel.component.salesforce.api.dto.approval
Methods in org.apache.camel.component.salesforce.api.dto.approval that return types with arguments of type RestError Modifier and Type Method Description List<RestError>ApprovalResult.Result. getErrors() -
Uses of RestError in org.apache.camel.component.salesforce.api.dto.composite
Methods in org.apache.camel.component.salesforce.api.dto.composite that return types with arguments of type RestError Modifier and Type Method Description List<RestError>SObjectTreeResponse. getAllErrors()List<RestError>ReferenceId. getErrors()List<RestError>SObjectNode. getErrors()Errors reported against this this node received in response to the SObject tree being submitted.Method parameters in org.apache.camel.component.salesforce.api.dto.composite with type arguments of type RestError Modifier and Type Method Description voidSObjectTree. setErrorFor(String referenceId, List<RestError> errors)Sets errors for the given reference. -
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 Modifier and Type Method Description List<RestError>RestErrors. getErrors()Method parameters in org.apache.camel.component.salesforce.internal.dto with type arguments of type RestError Modifier and Type Method Description voidRestErrors. setErrors(List<RestError> errors)
-