Package nxt.http

Enum Class APITag

All Implemented Interfaces:
Serializable, Comparable<APITag>, Constable

public enum APITag extends Enum<APITag>
  • Enum Constant Details

    • ACCOUNTS

      public static final APITag ACCOUNTS
    • ACCOUNT_CONTROL

      public static final APITag ACCOUNT_CONTROL
    • ALIASES

      public static final APITag ALIASES
    • AE

      public static final APITag AE
    • BLOCKS

      public static final APITag BLOCKS
    • CHILD_CHAIN_CONTROL

      public static final APITag CHILD_CHAIN_CONTROL
    • CE

      public static final APITag CE
    • CREATE_TRANSACTION

      public static final APITag CREATE_TRANSACTION
    • DGS

      public static final APITag DGS
    • FORGING

      public static final APITag FORGING
    • MESSAGES

      public static final APITag MESSAGES
    • MS

      public static final APITag MS
    • NETWORK

      public static final APITag NETWORK
    • PHASING

      public static final APITag PHASING
    • INFO

      public static final APITag INFO
    • SHUFFLING

      public static final APITag SHUFFLING
    • DATA

      public static final APITag DATA
    • TOKENS

      public static final APITag TOKENS
    • TRANSACTIONS

      public static final APITag TRANSACTIONS
    • VS

      public static final APITag VS
    • UTILS

      public static final APITag UTILS
    • BIP32

      public static final APITag BIP32
    • DEBUG

      public static final APITag DEBUG
    • ADDONS

      public static final APITag ADDONS
  • Method Details

    • values

      public static APITag[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static APITag valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • fromDisplayName

      public static APITag fromDisplayName(String displayName)
    • getDisplayName

      public String getDisplayName()
    • toString

      public String toString()
      Overrides:
      toString in class Enum<APITag>