Package | Description |
---|---|
org.apache.camel.component.salesforce |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
SalesforceEndpointConfig.setNotFoundBehaviour(NotFoundBehaviour notFoundBehaviour)
Sets the behaviour of 404 not found status received from Salesforce API.
|
Apache Camel