Class AddressGatewayEndpointConfiguration

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

@ApiParams(apiName="address",description="Provides methods to create, delete, find, and update Address objects",apiMethods={@ApiMethod(methodName="create",description="Creates an Address for a Customer",signatures="com.braintreegateway.Result<com.braintreegateway.Address> create(String customerId, com.braintreegateway.AddressRequest request)"),@ApiMethod(methodName="delete",description="Deletes a Customer\'s Address",signatures="com.braintreegateway.Result<com.braintreegateway.Address> delete(String customerId, String id)"),@ApiMethod(methodName="find",description="Finds a Customer\'s Address",signatures="com.braintreegateway.Address find(String customerId, String id)"),@ApiMethod(methodName="update",description="Updates a Customer\'s Address",signatures="com.braintreegateway.Result<com.braintreegateway.Address> update(String customerId, String id, com.braintreegateway.AddressRequest request)")},aliases={}) @UriParams @Configurer(extended=true) public final class AddressGatewayEndpointConfiguration extends BraintreeConfiguration
Camel endpoint configuration for AddressGateway.
  • Constructor Details

    • AddressGatewayEndpointConfiguration

      public AddressGatewayEndpointConfiguration()
  • Method Details

    • 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)