public enum BraintreeApiName extends Enum<BraintreeApiName> implements org.apache.camel.util.component.ApiName
ApiName
Enumeration for Component BraintreeEnum Constant and Description |
---|
ADDON |
ADDRESS |
CLIENTTOKEN |
CREDITCARDVERIFICATION |
CUSTOMER |
DISCOUNT |
DISPUTE |
DOCUMENTUPLOAD |
MERCHANTACCOUNT |
PAYMENTMETHOD |
PAYMENTMETHODNONCE |
PLAN |
REPORT |
SETTLEMENTBATCHSUMMARY |
SUBSCRIPTION |
TRANSACTION |
WEBHOOKNOTIFICATION |
Modifier and Type | Method and Description |
---|---|
static BraintreeApiName |
fromValue(String value) |
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 ADDON
public static final BraintreeApiName ADDRESS
public static final BraintreeApiName CLIENTTOKEN
public static final BraintreeApiName CREDITCARDVERIFICATION
public static final BraintreeApiName CUSTOMER
public static final BraintreeApiName DISCOUNT
public static final BraintreeApiName DISPUTE
public static final BraintreeApiName DOCUMENTUPLOAD
public static final BraintreeApiName MERCHANTACCOUNT
public static final BraintreeApiName PAYMENTMETHOD
public static final BraintreeApiName PAYMENTMETHODNONCE
public static final BraintreeApiName PLAN
public static final BraintreeApiName REPORT
public static final BraintreeApiName SETTLEMENTBATCHSUMMARY
public static final BraintreeApiName SUBSCRIPTION
public static final BraintreeApiName TRANSACTION
public static final BraintreeApiName WEBHOOKNOTIFICATION
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.util.component.ApiName
public static BraintreeApiName fromValue(String value) throws IllegalArgumentException
IllegalArgumentException
Apache Camel