public static enum SalesforceEndpointBuilderFactory.NotFoundBehaviour extends Enum<SalesforceEndpointBuilderFactory.NotFoundBehaviour>
org.apache.camel.component.salesforce.NotFoundBehaviour
enum.| Modifier and Type | Method and Description |
|---|---|
static SalesforceEndpointBuilderFactory.NotFoundBehaviour |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SalesforceEndpointBuilderFactory.NotFoundBehaviour[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SalesforceEndpointBuilderFactory.NotFoundBehaviour EXCEPTION
public static final SalesforceEndpointBuilderFactory.NotFoundBehaviour NULL
public static SalesforceEndpointBuilderFactory.NotFoundBehaviour[] values()
for (SalesforceEndpointBuilderFactory.NotFoundBehaviour c : SalesforceEndpointBuilderFactory.NotFoundBehaviour.values()) System.out.println(c);
public static SalesforceEndpointBuilderFactory.NotFoundBehaviour valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullApache Camel