Class PlanGatewayEndpointConfiguration

java.lang.Object
org.apache.camel.component.braintree.BraintreeConfiguration
org.apache.camel.component.braintree.PlanGatewayEndpointConfiguration

@ApiParams(apiName="plan",description="",apiMethods={@ApiMethod(methodName="all",signatures="java.util.List<com.braintreegateway.Plan> all()"),@ApiMethod(methodName="create",signatures="com.braintreegateway.Result<com.braintreegateway.Plan> create(com.braintreegateway.PlanRequest request)"),@ApiMethod(methodName="find",signatures="com.braintreegateway.Plan find(String id)"),@ApiMethod(methodName="update",signatures="com.braintreegateway.Result<com.braintreegateway.Plan> update(String id, com.braintreegateway.PlanRequest request)")},aliases={}) @UriParams @Configurer(extended=true) public final class PlanGatewayEndpointConfiguration extends BraintreeConfiguration
Camel endpoint configuration for PlanGateway.
  • Constructor Details

    • PlanGatewayEndpointConfiguration

      public PlanGatewayEndpointConfiguration()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getRequest

      public com.braintreegateway.PlanRequest getRequest()
    • setRequest

      public void setRequest(com.braintreegateway.PlanRequest request)