public enum BeowulfApiType extends Enum<BeowulfApiType>
| Enum Constant and Description |
|---|
ACCOUNT_BY_KEY_API
The Beowulf "account_by_key_api"
|
ACCOUNT_HISTORY_API
The Beowulf "account_history_api"
|
BLOCK_API
The Beowulf "block_api"
|
CHAIN_API
The Beowulf "chain_api"
|
CONDENSER_API
The Beowulf "condenser_api"
|
DATABASE_API
The Beowulf "database_api"
|
DEBUG_NODE_API
The Beowulf "debug_node_api"
|
FOLLOW_API
The Beowulf "follow_api"
|
MARKET_HISTORY_API
The Beowulf "market_history_api"
|
NETWORK_BROADCAST_API
The Beowulf "network_broadcast_api"
|
TAGS_API
The Beowulf "tags_api"
|
WITNESS_API
The Beowulf "supernode_api"
|
| Modifier and Type | Method and Description |
|---|---|
static BeowulfApiType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BeowulfApiType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BeowulfApiType ACCOUNT_BY_KEY_API
public static final BeowulfApiType ACCOUNT_HISTORY_API
public static final BeowulfApiType BLOCK_API
public static final BeowulfApiType CHAIN_API
public static final BeowulfApiType CONDENSER_API
public static final BeowulfApiType DATABASE_API
public static final BeowulfApiType DEBUG_NODE_API
public static final BeowulfApiType FOLLOW_API
public static final BeowulfApiType MARKET_HISTORY_API
public static final BeowulfApiType NETWORK_BROADCAST_API
public static final BeowulfApiType TAGS_API
public static final BeowulfApiType WITNESS_API
public static BeowulfApiType[] values()
for (BeowulfApiType c : BeowulfApiType.values()) System.out.println(c);
public static BeowulfApiType 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 nullCopyright © 2019. All rights reserved.