Class PaymentMethodGatewayEndpointConfiguration
- java.lang.Object
-
- org.apache.camel.component.braintree.BraintreeConfiguration
-
- org.apache.camel.component.braintree.PaymentMethodGatewayEndpointConfiguration
-
@UriParams public final class PaymentMethodGatewayEndpointConfiguration extends BraintreeConfiguration
Camel EndpointConfiguration for com.braintreegateway.PaymentMethodGateway
-
-
Constructor Summary
Constructors Constructor Description PaymentMethodGatewayEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.braintreegateway.PaymentMethodDeleteRequestgetDeleteRequest()com.braintreegateway.PaymentMethodGrantRequestgetGrantRequest()com.braintreegateway.PaymentMethodRequestgetRequest()StringgetToken()voidsetDeleteRequest(com.braintreegateway.PaymentMethodDeleteRequest deleteRequest)voidsetGrantRequest(com.braintreegateway.PaymentMethodGrantRequest grantRequest)voidsetRequest(com.braintreegateway.PaymentMethodRequest request)voidsetToken(String token)-
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
-
getDeleteRequest
public com.braintreegateway.PaymentMethodDeleteRequest getDeleteRequest()
-
setDeleteRequest
public void setDeleteRequest(com.braintreegateway.PaymentMethodDeleteRequest deleteRequest)
-
getGrantRequest
public com.braintreegateway.PaymentMethodGrantRequest getGrantRequest()
-
setGrantRequest
public void setGrantRequest(com.braintreegateway.PaymentMethodGrantRequest grantRequest)
-
getRequest
public com.braintreegateway.PaymentMethodRequest getRequest()
-
setRequest
public void setRequest(com.braintreegateway.PaymentMethodRequest request)
-
getToken
public String getToken()
-
setToken
public void setToken(String token)
-
-