Uses of Class
org.apache.camel.component.braintree.internal.BraintreeApiName
-
Packages that use BraintreeApiName Package Description org.apache.camel.component.braintree org.apache.camel.component.braintree.internal -
-
Uses of BraintreeApiName in org.apache.camel.component.braintree
Methods in org.apache.camel.component.braintree that return BraintreeApiName Modifier and Type Method Description protected BraintreeApiName
BraintreeComponent. getApiName(String apiNameStr)
BraintreeApiName
BraintreeConfiguration. getApiName()
Methods in org.apache.camel.component.braintree with parameters of type BraintreeApiName Modifier and Type Method Description protected org.apache.camel.Endpoint
BraintreeComponent. createEndpoint(String uri, String methodName, BraintreeApiName apiName, BraintreeConfiguration endpointConfiguration)
void
BraintreeConfiguration. setApiName(BraintreeApiName apiName)
What kind of operation to performConstructors in org.apache.camel.component.braintree with parameters of type BraintreeApiName Constructor Description BraintreeEndpoint(String uri, BraintreeComponent component, BraintreeApiName apiName, String methodName, BraintreeConfiguration configuration)
-
Uses of BraintreeApiName in org.apache.camel.component.braintree.internal
Methods in org.apache.camel.component.braintree.internal that return BraintreeApiName Modifier and Type Method Description static BraintreeApiName
BraintreeApiName. valueOf(String name)
Returns the enum constant of this type with the specified name.static BraintreeApiName[]
BraintreeApiName. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.braintree.internal with parameters of type BraintreeApiName Modifier and Type Method Description BraintreeConfiguration
BraintreeApiCollection. getEndpointConfiguration(BraintreeApiName apiName)
-