public enum TransactionGatewayApiMethod extends Enum<TransactionGatewayApiMethod> implements org.apache.camel.util.component.ApiMethod
ApiMethod Enumeration for com.braintreegateway.TransactionGateway| Enum Constant and Description |
|---|
CANCELRELEASE |
CLONETRANSACTION |
CREDIT |
FIND |
HOLDINESCROW |
REFUND |
REFUND_1 |
REFUND_2 |
RELEASEFROMESCROW |
SALE |
SEARCH |
SUBMITFORPARTIALSETTLEMENT |
SUBMITFORPARTIALSETTLEMENT_1 |
SUBMITFORSETTLEMENT |
SUBMITFORSETTLEMENT_1 |
SUBMITFORSETTLEMENT_2 |
UPDATEDETAILS |
VOIDTRANSACTION |
| 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 CANCELRELEASE
public static final TransactionGatewayApiMethod CLONETRANSACTION
public static final TransactionGatewayApiMethod CREDIT
public static final TransactionGatewayApiMethod FIND
public static final TransactionGatewayApiMethod HOLDINESCROW
public static final TransactionGatewayApiMethod REFUND
public static final TransactionGatewayApiMethod REFUND_1
public static final TransactionGatewayApiMethod REFUND_2
public static final TransactionGatewayApiMethod RELEASEFROMESCROW
public static final TransactionGatewayApiMethod SALE
public static final TransactionGatewayApiMethod SEARCH
public static final TransactionGatewayApiMethod SUBMITFORPARTIALSETTLEMENT
public static final TransactionGatewayApiMethod SUBMITFORPARTIALSETTLEMENT_1
public static final TransactionGatewayApiMethod SUBMITFORSETTLEMENT
public static final TransactionGatewayApiMethod SUBMITFORSETTLEMENT_1
public static final TransactionGatewayApiMethod SUBMITFORSETTLEMENT_2
public static final TransactionGatewayApiMethod UPDATEDETAILS
public static final TransactionGatewayApiMethod VOIDTRANSACTION
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.util.component.ApiMethodpublic Class<?> getResultType()
getResultType in interface org.apache.camel.util.component.ApiMethodpublic List<String> getArgNames()
getArgNames in interface org.apache.camel.util.component.ApiMethodpublic List<Class<?>> getArgTypes()
getArgTypes in interface org.apache.camel.util.component.ApiMethodpublic Method getMethod()
getMethod in interface org.apache.camel.util.component.ApiMethodApache Camel