public enum TransactionGatewayApiMethod extends Enum<TransactionGatewayApiMethod> implements org.apache.camel.support.component.ApiMethod
ApiMethod Enumeration for com.braintreegateway.TransactionGateway| Modifier and Type | Method and Description |
|---|---|
List<String> |
getArgNames() |
List<Class<?>> |
getArgTypes() |
Method |
getMethod() |
String |
getName() |
Class<?> |
getResultType() |
static TransactionGatewayApiMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionGatewayApiMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransactionGatewayApiMethod CANCEL_RELEASE
public static final TransactionGatewayApiMethod CLONE_TRANSACTION
public static final TransactionGatewayApiMethod CREDIT
public static final TransactionGatewayApiMethod FIND
public static final TransactionGatewayApiMethod HOLD_IN_ESCROW
public static final TransactionGatewayApiMethod REFUND
public static final TransactionGatewayApiMethod REFUND_1
public static final TransactionGatewayApiMethod REFUND_2
public static final TransactionGatewayApiMethod RELEASE_FROM_ESCROW
public static final TransactionGatewayApiMethod SALE
public static final TransactionGatewayApiMethod SEARCH
public static final TransactionGatewayApiMethod SUBMIT_FOR_PARTIAL_SETTLEMENT
public static final TransactionGatewayApiMethod SUBMIT_FOR_PARTIAL_SETTLEMENT_1
public static final TransactionGatewayApiMethod SUBMIT_FOR_SETTLEMENT
public static final TransactionGatewayApiMethod SUBMIT_FOR_SETTLEMENT_1
public static final TransactionGatewayApiMethod SUBMIT_FOR_SETTLEMENT_2
public static final TransactionGatewayApiMethod UPDATE_DETAILS
public static final TransactionGatewayApiMethod VOID_TRANSACTION
public static TransactionGatewayApiMethod[] values()
for (TransactionGatewayApiMethod c : TransactionGatewayApiMethod.values()) System.out.println(c);
public static TransactionGatewayApiMethod 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.ApiMethodpublic Class<?> getResultType()
getResultType in interface org.apache.camel.support.component.ApiMethodpublic List<String> getArgNames()
getArgNames in interface org.apache.camel.support.component.ApiMethodpublic List<Class<?>> getArgTypes()
getArgTypes in interface org.apache.camel.support.component.ApiMethodpublic Method getMethod()
getMethod in interface org.apache.camel.support.component.ApiMethodApache Camel