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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()com.braintreegateway.PlanRequestvoidvoidsetRequest(com.braintreegateway.PlanRequest 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
-
PlanGatewayEndpointConfiguration
public PlanGatewayEndpointConfiguration()
-
-
Method Details
-
getId
-
setId
-
getRequest
public com.braintreegateway.PlanRequest getRequest() -
setRequest
public void setRequest(com.braintreegateway.PlanRequest request)
-