public static enum XChangeEndpointBuilderFactory.XChangeMethod extends Enum<XChangeEndpointBuilderFactory.XChangeMethod>
org.apache.camel.component.xchange.XChangeConfiguration$XChangeMethod enum.| Enum Constant and Description |
|---|
balances |
currencies |
currencyMetaData |
currencyPairMetaData |
currencyPairs |
fundingHistory |
ticker |
wallets |
| Modifier and Type | Method and Description |
|---|---|
static XChangeEndpointBuilderFactory.XChangeMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XChangeEndpointBuilderFactory.XChangeMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XChangeEndpointBuilderFactory.XChangeMethod balances
public static final XChangeEndpointBuilderFactory.XChangeMethod fundingHistory
public static final XChangeEndpointBuilderFactory.XChangeMethod wallets
public static final XChangeEndpointBuilderFactory.XChangeMethod currencies
public static final XChangeEndpointBuilderFactory.XChangeMethod currencyMetaData
public static final XChangeEndpointBuilderFactory.XChangeMethod currencyPairs
public static final XChangeEndpointBuilderFactory.XChangeMethod currencyPairMetaData
public static final XChangeEndpointBuilderFactory.XChangeMethod ticker
public static XChangeEndpointBuilderFactory.XChangeMethod[] values()
for (XChangeEndpointBuilderFactory.XChangeMethod c : XChangeEndpointBuilderFactory.XChangeMethod.values()) System.out.println(c);
public static XChangeEndpointBuilderFactory.XChangeMethod 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 nullApache Camel