Class PaymentMethodGatewayEndpointConfiguration
- java.lang.Object
-
- org.apache.camel.component.braintree.BraintreeConfiguration
-
- org.apache.camel.component.braintree.PaymentMethodGatewayEndpointConfiguration
-
@ApiParams(apiName="paymentMethod",description="Provides methods to interact with payments",apiMethods={@ApiMethod(methodName="create",signatures="com.braintreegateway.Result<com.braintreegateway.? extends PaymentMethod> create(com.braintreegateway.PaymentMethodRequest request)"),@ApiMethod(methodName="delete",signatures={"com.braintreegateway.Result<com.braintreegateway.? extends PaymentMethod> delete(String token)","com.braintreegateway.Result<com.braintreegateway.? extends PaymentMethod> delete(String token, com.braintreegateway.PaymentMethodDeleteRequest request)"}),@ApiMethod(methodName="find",signatures="com.braintreegateway.PaymentMethod find(String token)"),@ApiMethod(methodName="grant",signatures={"com.braintreegateway.Result<com.braintreegateway.PaymentMethodNonce> grant(String token)","com.braintreegateway.Result<com.braintreegateway.PaymentMethodNonce> grant(String token, com.braintreegateway.PaymentMethodGrantRequest grantRequest)"}),@ApiMethod(methodName="revoke",signatures="com.braintreegateway.Result<com.braintreegateway.? extends PaymentMethod> revoke(String token)"),@ApiMethod(methodName="update",signatures="com.braintreegateway.Result<com.braintreegateway.? extends PaymentMethod> update(String token, com.braintreegateway.PaymentMethodRequest request)")},aliases={}) @UriParams @Configurer(extended=true) public final class PaymentMethodGatewayEndpointConfiguration extends BraintreeConfiguration
Camel endpoint configuration forPaymentMethodGateway
.
-
-
Constructor Summary
Constructors Constructor Description PaymentMethodGatewayEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.braintreegateway.PaymentMethodDeleteRequest
getDeleteRequest()
com.braintreegateway.PaymentMethodGrantRequest
getGrantRequest()
com.braintreegateway.PaymentMethodRequest
getRequest()
String
getToken()
void
setDeleteRequest(com.braintreegateway.PaymentMethodDeleteRequest deleteRequest)
void
setGrantRequest(com.braintreegateway.PaymentMethodGrantRequest grantRequest)
void
setRequest(com.braintreegateway.PaymentMethodRequest request)
void
setToken(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, 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)
-
-