| Package | Description |
|---|---|
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
static ApiV4KeyPerm.NameEnum |
ApiV4KeyPerm.NameEnum.fromValue(String value) |
ApiV4KeyPerm.NameEnum |
ApiV4KeyPerm.getName()
Permission name (all permissions will be removed if no value is passed) - wallet: wallet - spot: spot/margin - futures: perpetual contract - delivery: delivery - earn: earn - options: options
|
ApiV4KeyPerm.NameEnum |
ApiV4KeyPerm.NameEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ApiV4KeyPerm.NameEnum |
ApiV4KeyPerm.NameEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiV4KeyPerm.NameEnum[] |
ApiV4KeyPerm.NameEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ApiV4KeyPerm |
ApiV4KeyPerm.name(ApiV4KeyPerm.NameEnum name) |
void |
ApiV4KeyPerm.setName(ApiV4KeyPerm.NameEnum name) |
void |
ApiV4KeyPerm.NameEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ApiV4KeyPerm.NameEnum enumeration) |
Copyright © 2023. All rights reserved.