Uses of Class
org.apache.camel.builder.endpoint.dsl.SalesforceEndpointBuilderFactory.NotFoundBehaviour
-
Packages that use SalesforceEndpointBuilderFactory.NotFoundBehaviour Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of SalesforceEndpointBuilderFactory.NotFoundBehaviour in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return SalesforceEndpointBuilderFactory.NotFoundBehaviour Modifier and Type Method 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.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type SalesforceEndpointBuilderFactory.NotFoundBehaviour Modifier and Type Method Description default SalesforceEndpointBuilderFactory.SalesforceEndpointBuilder
SalesforceEndpointBuilderFactory.SalesforceEndpointBuilder. notFoundBehaviour(SalesforceEndpointBuilderFactory.NotFoundBehaviour notFoundBehaviour)
Sets the behaviour of 404 not found status received from Salesforce API.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.
-