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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()com.braintreegateway.AddressRequestvoidsetCustomerId(String customerId) voidvoidsetRequest(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, setHttpLogName, setHttpReadTimeout, setLogHandlerEnabled, setMerchantId, setMethodName, setPrivateKey, setProxyHost, setProxyPort, setPublicKey
-
Constructor Details
-
AddressGatewayEndpointConfiguration
public AddressGatewayEndpointConfiguration()
-
-
Method Details
-
getCustomerId
-
setCustomerId
-
getId
-
setId
-
getRequest
public com.braintreegateway.AddressRequest getRequest() -
setRequest
public void setRequest(com.braintreegateway.AddressRequest request)
-