public enum BraintreeApiName extends Enum<BraintreeApiName> implements org.apache.camel.support.component.ApiName
ApiName Enumeration for Component Braintree| Enum Constant and Description |
|---|
ADD_ON |
ADDRESS |
CLIENT_TOKEN |
CREDIT_CARD_VERIFICATION |
CUSTOMER |
DISCOUNT |
DISPUTE |
DOCUMENT_UPLOAD |
MERCHANT_ACCOUNT |
PAYMENT_METHOD |
PAYMENT_METHOD_NONCE |
PLAN |
REPORT |
SETTLEMENT_BATCH_SUMMARY |
SUBSCRIPTION |
TRANSACTION |
WEBHOOK_NOTIFICATION |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static BraintreeApiName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BraintreeApiName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BraintreeApiName ADD_ON
public static final BraintreeApiName ADDRESS
public static final BraintreeApiName CLIENT_TOKEN
public static final BraintreeApiName CREDIT_CARD_VERIFICATION
public static final BraintreeApiName CUSTOMER
public static final BraintreeApiName DISCOUNT
public static final BraintreeApiName DISPUTE
public static final BraintreeApiName DOCUMENT_UPLOAD
public static final BraintreeApiName MERCHANT_ACCOUNT
public static final BraintreeApiName PAYMENT_METHOD
public static final BraintreeApiName PAYMENT_METHOD_NONCE
public static final BraintreeApiName PLAN
public static final BraintreeApiName REPORT
public static final BraintreeApiName SETTLEMENT_BATCH_SUMMARY
public static final BraintreeApiName SUBSCRIPTION
public static final BraintreeApiName TRANSACTION
public static final BraintreeApiName WEBHOOK_NOTIFICATION
public static BraintreeApiName[] values()
for (BraintreeApiName c : BraintreeApiName.values()) System.out.println(c);
public static BraintreeApiName valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getName()
getName in interface org.apache.camel.support.component.ApiNameApache Camel