Uses of Class
org.apache.camel.component.salesforce.NotFoundBehaviour
-
Packages that use NotFoundBehaviour Package Description org.apache.camel.component.salesforce -
-
Uses of NotFoundBehaviour in org.apache.camel.component.salesforce
Methods in org.apache.camel.component.salesforce that return NotFoundBehaviour Modifier and Type Method Description NotFoundBehaviour
SalesforceEndpointConfig. getNotFoundBehaviour()
static NotFoundBehaviour
NotFoundBehaviour. valueOf(String name)
Returns the enum constant of this type with the specified name.static NotFoundBehaviour[]
NotFoundBehaviour. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.salesforce with parameters of type NotFoundBehaviour Modifier and Type Method Description void
SalesforceEndpointConfig. setNotFoundBehaviour(NotFoundBehaviour notFoundBehaviour)
Sets the behaviour of 404 not found status received from Salesforce API.
-