Class MerchantAccountGatewayEndpointConfiguration
- java.lang.Object
-
- org.apache.camel.component.braintree.BraintreeConfiguration
-
- org.apache.camel.component.braintree.MerchantAccountGatewayEndpointConfiguration
-
@ApiParams(apiName="merchantAccount",description="Provides methods to create, find, and update MerchantAccount objects",apiMethods={@ApiMethod(methodName="all",signatures="com.braintreegateway.PaginatedCollection<com.braintreegateway.MerchantAccount> all()"),@ApiMethod(methodName="create",signatures="com.braintreegateway.Result<com.braintreegateway.MerchantAccount> create(com.braintreegateway.MerchantAccountRequest request)"),@ApiMethod(methodName="createForCurrency",signatures="com.braintreegateway.Result<com.braintreegateway.MerchantAccount> createForCurrency(com.braintreegateway.MerchantAccountCreateForCurrencyRequest request)"),@ApiMethod(methodName="fetchMerchantAccounts",signatures="com.braintreegateway.PaginatedResult<com.braintreegateway.MerchantAccount> fetchMerchantAccounts(int page)"),@ApiMethod(methodName="find",signatures="com.braintreegateway.MerchantAccount find(String id)"),@ApiMethod(methodName="update",signatures="com.braintreegateway.Result<com.braintreegateway.MerchantAccount> update(String id, com.braintreegateway.MerchantAccountRequest request)")},aliases={}) @UriParams @Configurer(extended=true) public final class MerchantAccountGatewayEndpointConfiguration extends BraintreeConfiguration
Camel endpoint configuration forMerchantAccountGateway
.
-
-
Constructor Summary
Constructors Constructor Description MerchantAccountGatewayEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.braintreegateway.MerchantAccountCreateForCurrencyRequest
getCurrencyRequest()
String
getId()
Integer
getPage()
com.braintreegateway.MerchantAccountRequest
getRequest()
void
setCurrencyRequest(com.braintreegateway.MerchantAccountCreateForCurrencyRequest currencyRequest)
void
setId(String id)
void
setPage(Integer page)
void
setRequest(com.braintreegateway.MerchantAccountRequest 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
-
getCurrencyRequest
public com.braintreegateway.MerchantAccountCreateForCurrencyRequest getCurrencyRequest()
-
setCurrencyRequest
public void setCurrencyRequest(com.braintreegateway.MerchantAccountCreateForCurrencyRequest currencyRequest)
-
getId
public String getId()
-
setId
public void setId(String id)
-
getPage
public Integer getPage()
-
setPage
public void setPage(Integer page)
-
getRequest
public com.braintreegateway.MerchantAccountRequest getRequest()
-
setRequest
public void setRequest(com.braintreegateway.MerchantAccountRequest request)
-
-