public class ApiV4KeyPerm extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApiV4KeyPerm.NameEnum
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
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_READ_ONLY |
| Constructor and Description |
|---|
ApiV4KeyPerm() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ApiV4KeyPerm.NameEnum |
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
|
Boolean |
getReadOnly()
read only
|
int |
hashCode() |
ApiV4KeyPerm |
name(ApiV4KeyPerm.NameEnum name) |
ApiV4KeyPerm |
readOnly(Boolean readOnly) |
void |
setName(ApiV4KeyPerm.NameEnum name) |
void |
setReadOnly(Boolean readOnly) |
String |
toString() |
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_READ_ONLY
public ApiV4KeyPerm name(ApiV4KeyPerm.NameEnum name)
@Nullable public ApiV4KeyPerm.NameEnum getName()
public void setName(ApiV4KeyPerm.NameEnum name)
public ApiV4KeyPerm readOnly(Boolean readOnly)
public void setReadOnly(Boolean readOnly)
Copyright © 2023. All rights reserved.