Package util.constant

Enum Class ApiList

java.lang.Object
java.lang.Enum<ApiList>
util.constant.ApiList
All Implemented Interfaces:
Serializable, Comparable<ApiList>, java.lang.constant.Constable

public enum ApiList extends Enum<ApiList>
API 열거 객체
Since:
2021.11.29 Mon 23:09:06
Author:
RWB
  • Enum Constant Details

    • ACCOUNTS

      public static final ApiList ACCOUNTS
    • ORDER

      public static final ApiList ORDER
    • ORDERS

      public static final ApiList ORDERS
    • WITHDRAWS

      public static final ApiList WITHDRAWS
    • DEPOSITS

      public static final ApiList DEPOSITS
    • MARKET

      public static final ApiList MARKET
    • CANDLES

      public static final ApiList CANDLES
    • TRADES

      public static final ApiList TRADES
    • TICKER

      public static final ApiList TICKER
    • ORDERBOOK

      public static final ApiList ORDERBOOK
  • Method Details

    • values

      public static ApiList[] 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 ApiList 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