Uses of Enum Class
org.apache.camel.component.salesforce.NotFoundBehaviour
Packages that use NotFoundBehaviour
-
Uses of NotFoundBehaviour in org.apache.camel.component.salesforce
Methods in org.apache.camel.component.salesforce that return NotFoundBehaviourModifier and TypeMethodDescriptionSalesforceEndpointConfig.getNotFoundBehaviour()static NotFoundBehaviourReturns the enum constant of this class with the specified name.static NotFoundBehaviour[]NotFoundBehaviour.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.salesforce with parameters of type NotFoundBehaviourModifier and TypeMethodDescriptionvoidSalesforceEndpointConfig.setNotFoundBehaviour(NotFoundBehaviour notFoundBehaviour) Sets the behaviour of 404 not found status received from Salesforce API.