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 forAddressGateway
.
-
-
Constructor Summary
Constructors Constructor Description AddressGatewayEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCustomerId()
String
getId()
com.braintreegateway.AddressRequest
getRequest()
void
setCustomerId(String customerId)
void
setId(String id)
void
setRequest(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
-
-
-
-
Method Detail
-
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)
-
-