| Package | Description |
|---|---|
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
static Transfer.ToEnum |
Transfer.ToEnum.fromValue(String value) |
Transfer.ToEnum |
Transfer.getTo()
Account transferred to
|
Transfer.ToEnum |
Transfer.ToEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Transfer.ToEnum |
Transfer.ToEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transfer.ToEnum[] |
Transfer.ToEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Transfer.setTo(Transfer.ToEnum to) |
Transfer |
Transfer.to(Transfer.ToEnum to) |
void |
Transfer.ToEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Transfer.ToEnum enumeration) |
Copyright © 2021. All rights reserved.