public enum IotaAPICommand extends Enum<IotaAPICommand>
| Modifier and Type | Method and Description |
|---|---|
String |
command()
Gets the command.
|
static IotaAPICommand |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IotaAPICommand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IotaAPICommand GET_NODE_INFO
public static final IotaAPICommand GET_NEIGHBORS
public static final IotaAPICommand ADD_NEIGHBORS
public static final IotaAPICommand REMOVE_NEIGHBORS
public static final IotaAPICommand GET_TIPS
public static final IotaAPICommand FIND_TRANSACTIONS
public static final IotaAPICommand GET_TRYTES
public static final IotaAPICommand GET_INCLUSIONS_STATES
public static final IotaAPICommand GET_BALANCES
public static final IotaAPICommand GET_TRANSACTIONS_TO_APPROVE
public static final IotaAPICommand ATTACH_TO_TANGLE
public static final IotaAPICommand INTERRUPT_ATTACHING_TO_TANGLE
public static final IotaAPICommand BROADCAST_TRANSACTIONS
public static final IotaAPICommand STORE_TRANSACTIONS
public static final IotaAPICommand CHECK_CONSISTENCY
public static final IotaAPICommand WERE_ADDRESSES_SPENT_FROM
public static final IotaAPICommand CUSTOM_IXI
public static IotaAPICommand[] values()
for (IotaAPICommand c : IotaAPICommand.values()) System.out.println(c);
public static IotaAPICommand 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 command()
Copyright © 2019. All rights reserved.