| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static SalesforceEndpointBuilderFactory.NotFoundBehaviour |
SalesforceEndpointBuilderFactory.NotFoundBehaviour.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SalesforceEndpointBuilderFactory.NotFoundBehaviour[] |
SalesforceEndpointBuilderFactory.NotFoundBehaviour.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default SalesforceEndpointBuilderFactory.SalesforceEndpointConsumerBuilder |
SalesforceEndpointBuilderFactory.SalesforceEndpointConsumerBuilder.notFoundBehaviour(SalesforceEndpointBuilderFactory.NotFoundBehaviour notFoundBehaviour)
Sets the behaviour of 404 not found status received from Salesforce
API.
|
default SalesforceEndpointBuilderFactory.SalesforceEndpointProducerBuilder |
SalesforceEndpointBuilderFactory.SalesforceEndpointProducerBuilder.notFoundBehaviour(SalesforceEndpointBuilderFactory.NotFoundBehaviour notFoundBehaviour)
Sets the behaviour of 404 not found status received from Salesforce
API.
|
default SalesforceEndpointBuilderFactory.SalesforceEndpointBuilder |
SalesforceEndpointBuilderFactory.SalesforceEndpointBuilder.notFoundBehaviour(SalesforceEndpointBuilderFactory.NotFoundBehaviour notFoundBehaviour)
Sets the behaviour of 404 not found status received from Salesforce
API.
|
Apache Camel