public static enum ApiV4KeyPerm.NameEnum extends Enum<ApiV4KeyPerm.NameEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
ApiV4KeyPerm.NameEnum.Adapter |
| Enum Constant and Description |
|---|
DELIVERY |
EARN |
FUTURES |
OPTIONS |
SPOT |
WALLET |
| Modifier and Type | Method and Description |
|---|---|
static ApiV4KeyPerm.NameEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static ApiV4KeyPerm.NameEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiV4KeyPerm.NameEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApiV4KeyPerm.NameEnum WALLET
public static final ApiV4KeyPerm.NameEnum SPOT
public static final ApiV4KeyPerm.NameEnum FUTURES
public static final ApiV4KeyPerm.NameEnum DELIVERY
public static final ApiV4KeyPerm.NameEnum EARN
public static final ApiV4KeyPerm.NameEnum OPTIONS
public static ApiV4KeyPerm.NameEnum[] values()
for (ApiV4KeyPerm.NameEnum c : ApiV4KeyPerm.NameEnum.values()) System.out.println(c);
public static ApiV4KeyPerm.NameEnum 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 getValue()
public String toString()
toString in class Enum<ApiV4KeyPerm.NameEnum>public static ApiV4KeyPerm.NameEnum fromValue(String value)
Copyright © 2023. All rights reserved.