Uses of Class
org.apache.camel.builder.endpoint.dsl.SalesforceEndpointBuilderFactory.ContentType
-
Packages that use SalesforceEndpointBuilderFactory.ContentType Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of SalesforceEndpointBuilderFactory.ContentType in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return SalesforceEndpointBuilderFactory.ContentType Modifier and Type Method Description static SalesforceEndpointBuilderFactory.ContentType
SalesforceEndpointBuilderFactory.ContentType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SalesforceEndpointBuilderFactory.ContentType[]
SalesforceEndpointBuilderFactory.ContentType. 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.ContentType Modifier and Type Method Description default SalesforceEndpointBuilderFactory.SalesforceEndpointBuilder
SalesforceEndpointBuilderFactory.SalesforceEndpointBuilder. contentType(SalesforceEndpointBuilderFactory.ContentType contentType)
Bulk API content type, one of XML, CSV, ZIP_XML, ZIP_CSV.default SalesforceEndpointBuilderFactory.SalesforceEndpointConsumerBuilder
SalesforceEndpointBuilderFactory.SalesforceEndpointConsumerBuilder. contentType(SalesforceEndpointBuilderFactory.ContentType contentType)
Bulk API content type, one of XML, CSV, ZIP_XML, ZIP_CSV.default SalesforceEndpointBuilderFactory.SalesforceEndpointProducerBuilder
SalesforceEndpointBuilderFactory.SalesforceEndpointProducerBuilder. contentType(SalesforceEndpointBuilderFactory.ContentType contentType)
Bulk API content type, one of XML, CSV, ZIP_XML, ZIP_CSV.
-