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 BraintreeApiNameBraintreeComponent. getApiName(String apiNameStr)BraintreeApiNameBraintreeConfiguration. getApiName()Methods in org.apache.camel.component.braintree with parameters of type BraintreeApiName Modifier and Type Method Description protected org.apache.camel.EndpointBraintreeComponent. createEndpoint(String uri, String methodName, BraintreeApiName apiName, BraintreeConfiguration endpointConfiguration)voidBraintreeConfiguration. 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 BraintreeApiNameBraintreeApiName. fromValue(String value)static BraintreeApiNameBraintreeApiName. 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 BraintreeConfigurationBraintreeApiCollection. getEndpointConfiguration(BraintreeApiName apiName)
-