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.NotFoundBehaviourSalesforceEndpointBuilderFactory.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.SalesforceEndpointBuilderSalesforceEndpointBuilderFactory.SalesforceEndpointBuilder. notFoundBehaviour(SalesforceEndpointBuilderFactory.NotFoundBehaviour notFoundBehaviour)Sets the behaviour of 404 not found status received from Salesforce API.default SalesforceEndpointBuilderFactory.SalesforceEndpointConsumerBuilderSalesforceEndpointBuilderFactory.SalesforceEndpointConsumerBuilder. notFoundBehaviour(SalesforceEndpointBuilderFactory.NotFoundBehaviour notFoundBehaviour)Sets the behaviour of 404 not found status received from Salesforce API.default SalesforceEndpointBuilderFactory.SalesforceEndpointProducerBuilderSalesforceEndpointBuilderFactory.SalesforceEndpointProducerBuilder. notFoundBehaviour(SalesforceEndpointBuilderFactory.NotFoundBehaviour notFoundBehaviour)Sets the behaviour of 404 not found status received from Salesforce API.
-