@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface BraintreeEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BraintreeEndpointBuilderFactory.AdvancedBraintreeEndpointBuilder
Advanced builder for endpoint for the Braintree component.
|
static interface |
BraintreeEndpointBuilderFactory.AdvancedBraintreeEndpointConsumerBuilder
Advanced builder for endpoint consumers for the Braintree component.
|
static interface |
BraintreeEndpointBuilderFactory.AdvancedBraintreeEndpointProducerBuilder
Advanced builder for endpoint producers for the Braintree component.
|
static interface |
BraintreeEndpointBuilderFactory.BraintreeBuilders |
static interface |
BraintreeEndpointBuilderFactory.BraintreeEndpointBuilder
Builder for endpoint for the Braintree component.
|
static interface |
BraintreeEndpointBuilderFactory.BraintreeEndpointConsumerBuilder
Builder for endpoint consumers for the Braintree component.
|
static interface |
BraintreeEndpointBuilderFactory.BraintreeEndpointProducerBuilder
Builder for endpoint producers for the Braintree component.
|
| Modifier and Type | Method and Description |
|---|---|
static BraintreeEndpointBuilderFactory.BraintreeEndpointBuilder |
braintree(String path)
Braintree (camel-braintree)
The braintree component is used for integrating with the Braintree
Payment System.
|
static BraintreeEndpointBuilderFactory.BraintreeEndpointBuilder braintree(String path)
braintree:apiName/methodName
Path parameter: apiName (required)
What kind of operation to perform
The value can be one of: ADDON, ADDRESS, CLIENTTOKEN,
CREDITCARDVERIFICATION, CUSTOMER, DISCOUNT, DISPUTE, DOCUMENTUPLOAD,
MERCHANTACCOUNT, PAYMENTMETHOD, PAYMENTMETHODNONCE, PLAN, REPORT,
SETTLEMENTBATCHSUMMARY, SUBSCRIPTION, TRANSACTION, WEBHOOKNOTIFICATION
Path parameter: methodName
What sub operation to use for the selected operationApache Camel