Class AddressGatewayEndpointConfiguration
- java.lang.Object
-
- org.apache.camel.component.braintree.BraintreeConfiguration
-
- org.apache.camel.component.braintree.AddressGatewayEndpointConfiguration
-
@UriParams public final class AddressGatewayEndpointConfiguration extends BraintreeConfiguration
Camel EndpointConfiguration for com.braintreegateway.AddressGateway
-
-
Constructor Summary
Constructors Constructor Description AddressGatewayEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCustomerId()StringgetId()com.braintreegateway.AddressRequestgetRequest()voidsetCustomerId(String customerId)voidsetId(String id)voidsetRequest(com.braintreegateway.AddressRequest request)-
Methods inherited from class org.apache.camel.component.braintree.BraintreeConfiguration
getAccessToken, getApiName, getEnvironment, getHttpLogLevel, getHttpLogName, getHttpReadTimeout, getMerchantId, getMethodName, getPrivateKey, getProxyHost, getProxyPort, getPublicKey, isLogHandlerEnabled, setAccessToken, setApiName, setEnvironment, setHttpLogLevel, setHttpLogLevel, setHttpLogName, setHttpReadTimeout, setLogHandlerEnabled, setMerchantId, setMethodName, setPrivateKey, setProxyHost, setProxyPort, setPublicKey
-
-
-
-
Method Detail
-
getCustomerId
public String getCustomerId()
-
setCustomerId
public void setCustomerId(String customerId)
-
getId
public String getId()
-
setId
public void setId(String id)
-
getRequest
public com.braintreegateway.AddressRequest getRequest()
-
setRequest
public void setRequest(com.braintreegateway.AddressRequest request)
-
-